From 989efeae8848f67f38ff9647ecd840078c3d8cc9 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 6 Jun 2022 20:08:05 +0200 Subject: [PATCH] Remove print of hex mode status at startup --- src/options.c | 2 -- src/tty.c | 1 - 2 files changed, 3 deletions(-) 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 {