Remove timestamp format warning

This commit is contained in:
Martin Lund 2022-07-05 16:37:10 +02:00
parent 4cb7eaf48d
commit 62d9b5fb5c

View file

@ -157,10 +157,6 @@ enum timestamp_t timestamp_option_parse(const char *arg)
{
return TIMESTAMP_ISO8601;
}
else
{
warning_printf("Unknown timestamp type, falling back to '24hour' default format");
}
}
return timestamp;