From 03a94a1d5ceff199622eacf75911e6efee3d6423 Mon Sep 17 00:00:00 2001 From: Colin Wallace Date: Sun, 12 Jul 2015 22:53:29 +0000 Subject: [PATCH] Remove old debugging statements - fixes #2183 --- src/gui/MainWindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp index 2dbdcb663..a47cbfd41 100644 --- a/src/gui/MainWindow.cpp +++ b/src/gui/MainWindow.cpp @@ -689,8 +689,6 @@ void MainWindow::clearKeyModifiers() void MainWindow::saveWidgetState( QWidget * _w, QDomElement & _de ) { - - qDebug() << "this " << _w->metaObject()->className(); // If our widget is the main content of a window (e.g. piano roll, FxMixer, etc), // we really care about the position of the *window* - not the position of the widget within its window if( _w->parentWidget() != NULL &&