Remove print of hex mode status at startup

This commit is contained in:
Martin Lund 2022-06-06 20:08:05 +02:00
parent d41649afb6
commit 989efeae88
2 changed files with 0 additions and 3 deletions

View file

@ -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)

View file

@ -692,7 +692,6 @@ int tty_connect(void)
{
print = print_hex;
print_mode = HEX;
tio_printf("Switched to hexadecimal mode");
}
else
{