changeset 800:102ffad481e6 tonioni

Comment out debug
author Chris Cannam
date Mon, 16 Jun 2014 11:40:02 +0100
parents 6eb0b20c940f
children 8be221f18313
files view/View.cpp widgets/CommandHistory.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/view/View.cpp	Fri Jun 13 17:44:58 2014 +0100
+++ b/view/View.cpp	Mon Jun 16 11:40:02 2014 +0100
@@ -1620,7 +1620,7 @@
 View::paintEvent(QPaintEvent *e)
 {
 //    Profiler prof("View::paintEvent", false);
-//    SVDEBUG << "View::paintEvent: centre frame is " << m_centreFrame << endl;
+//    cerr << "View::paintEvent: centre frame is " << m_centreFrame << endl;
 
     if (m_layers.empty()) {
 	QFrame::paintEvent(e);
--- a/widgets/CommandHistory.cpp	Fri Jun 13 17:44:58 2014 +0100
+++ b/widgets/CommandHistory.cpp	Mon Jun 16 11:40:02 2014 +0100
@@ -37,7 +37,7 @@
 
 #include <typeinfo>
 
-#define DEBUG_COMMAND_HISTORY 1
+//#define DEBUG_COMMAND_HISTORY 1
 
 CommandHistory *CommandHistory::m_instance = 0;