diff main/main.cpp @ 137:006c90387f40

* Fix many compile warnings, remove some debug output
author Chris Cannam
date Mon, 30 Apr 2007 13:36:23 +0000
parents a5733f662a5c
children c3114dffdff4
line wrap: on
line diff
--- a/main/main.cpp	Mon Apr 30 09:34:13 2007 +0000
+++ b/main/main.cpp	Mon Apr 30 13:36:23 2007 +0000
@@ -320,7 +320,7 @@
     }
 */
     int rv = application.exec();
-    std::cerr << "application.exec() returned " << rv << std::endl;
+//    std::cerr << "application.exec() returned " << rv << std::endl;
 
     cleanupMutex.lock();
     TempDirectory::getInstance()->cleanup();