mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Remove print of hex mode status at startup
This commit is contained in:
parent
d41649afb6
commit
989efeae88
2 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -692,7 +692,6 @@ int tty_connect(void)
|
|||
{
|
||||
print = print_hex;
|
||||
print_mode = HEX;
|
||||
tio_printf("Switched to hexadecimal mode");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue