diff --git a/src/pcu_vty.c b/src/pcu_vty.c index 1274fbc8..e7332850 100644 --- a/src/pcu_vty.c +++ b/src/pcu_vty.c @@ -187,12 +187,6 @@ DEFUN(cfg_pcu_egprs, bts->egprs_enabled = 1; - vty_out(vty, "%%Note that EGPRS support is in an experimental state " - "and the PCU will currently fail to use a TBF if the MS is capable " - "to do EGPRS. You may want to disable this feature by entering " - "the \"no egprs\" command. " - "Do not use this in production!%s", VTY_NEWLINE); - return CMD_SUCCESS; }