changeset 210:86bc160075c7

Remove debug
author Chris Cannam
date Thu, 06 Mar 2014 14:28:08 +0000
parents 04145ff0fe95
children e79f63161b41
files src/main.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Thu Mar 06 13:52:38 2014 +0000
+++ b/src/main.cpp	Thu Mar 06 14:28:08 2014 +0000
@@ -65,10 +65,6 @@
         m_mainWindow(0),
         m_readyForFiles(false)
     {
-        cerr << "Library paths:" << endl;
-        foreach (QString s, libraryPaths()) {
-            cerr << s << endl;
-        }
     }
     virtual ~TonyApplication() {
     }