aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 47282292d..d3b44e1c4 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -967,9 +967,6 @@ void ast_console_puts(const char *string)
static void network_verboser(const char *s)
{
- if (*s == 127) {
- s++;
- }
ast_network_puts_mutable(s);
}