Temporarily, at least, remove the default timestamps from qDebug() messages.

This commit is contained in:
Joe Taylor 2019-02-20 10:41:55 -05:00
parent a98e1d7f37
commit f014fd2a7e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ namespace
int main(int argc, char *argv[])
{
// Add timestamps to all debug messages
qSetMessagePattern ("[%{time yyyyMMdd HH:mm:ss.zzz t} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}] %{message}");
// qSetMessagePattern ("[%{time yyyyMMdd HH:mm:ss.zzz t} %{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}] %{message}");
init_random_seed ();