summaryrefslogtreecommitdiff
path: root/staging/mausezahn.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mausezahn.c')
-rw-r--r--staging/mausezahn.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/staging/mausezahn.c b/staging/mausezahn.c
index 0c0296e..46b7428 100644
--- a/staging/mausezahn.c
+++ b/staging/mausezahn.c
@@ -727,10 +727,6 @@ int getopts (int argc, char *argv[])
mz_port = (int) str2int (tx.arg_string);
}
- if (!quiet) {
- fprintf(stderr, "Mausezahn accepts incoming Telnet connections on port %i.\n", mz_port);
- }
-
mz_cli_init();
cli();
}