diff --git a/src/options.c b/src/options.c index 4074109..769ca77 100644 --- a/src/options.c +++ b/src/options.c @@ -94,8 +94,6 @@ void print_help(char *argv[]) printf("In session, press ctrl-t q to quit.\n"); printf("\n"); printf("See the man page for more details.\n"); - printf("\n"); - } const char* timestamp_token(enum timestamp_t timestamp) diff --git a/src/tty.c b/src/tty.c index d3d2633..aea1d58 100644 --- a/src/tty.c +++ b/src/tty.c @@ -692,7 +692,6 @@ int tty_connect(void) { print = print_hex; print_mode = HEX; - tio_printf("Switched to hexadecimal mode"); } else {