Mercurial > hg > svcore
changeset 1823:07a8793a0388
This is distracting in Sonic Annotator
author | Chris Cannam |
---|---|
date | Tue, 28 Jan 2020 14:32:34 +0000 |
parents | 73447d746db3 |
children | 1cd161242250 |
files | base/Debug.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/base/Debug.cpp Tue Oct 29 12:46:43 2019 +0000 +++ b/base/Debug.cpp Tue Jan 28 14:32:34 2020 +0000 @@ -84,7 +84,7 @@ << fileName << " for writing"; } else { m_ok = true; - cerr << "Log file is " << fileName << endl; +// cerr << "Log file is " << fileName << endl; (*this) << "Debug log started at " << QDateTime::currentDateTime().toString() << endl; }