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

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