diff --git a/src/tty.c b/src/tty.c index a701e81..8348914 100644 --- a/src/tty.c +++ b/src/tty.c @@ -352,10 +352,6 @@ int connect_tty(void) if (status < 0) warning_printf("Could not write to tty device"); - /* Write to log */ - if (option.log) - log_write(output_char); - /* Update transmit statistics */ tx_total++;