mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Remove timestamp format warning
This commit is contained in:
parent
4cb7eaf48d
commit
62d9b5fb5c
1 changed files with 0 additions and 4 deletions
|
|
@ -157,10 +157,6 @@ enum timestamp_t timestamp_option_parse(const char *arg)
|
||||||
{
|
{
|
||||||
return TIMESTAMP_ISO8601;
|
return TIMESTAMP_ISO8601;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
warning_printf("Unknown timestamp type, falling back to '24hour' default format");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return timestamp;
|
return timestamp;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue