diff base/Debug.cpp @ 1823:07a8793a0388

This is distracting in Sonic Annotator
author Chris Cannam
date Tue, 28 Jan 2020 14:32:34 +0000
parents 40420fa95ffe
children 166d7a4c2cd6
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;
     }