# HG changeset patch # User Chris Cannam # Date 1402915202 -3600 # Node ID 102ffad481e6cf8d8cdf6dc42f09bc9593ec4c6d # Parent 6eb0b20c940fe3475c3a847b10225ae720c7e958 Comment out debug diff -r 6eb0b20c940f -r 102ffad481e6 view/View.cpp --- 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); diff -r 6eb0b20c940f -r 102ffad481e6 widgets/CommandHistory.cpp --- 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 -#define DEBUG_COMMAND_HISTORY 1 +//#define DEBUG_COMMAND_HISTORY 1 CommandHistory *CommandHistory::m_instance = 0;