diff --git a/libs/widgets/session_manager.cpp b/libs/widgets/session_manager.cpp index ebbdfd0..8c2008f 100644 --- a/libs/widgets/session_manager.cpp +++ b/libs/widgets/session_manager.cpp @@ -151,7 +151,6 @@ void restoreWindowState(QWidget * w, QPIConfig & sr, QString name) { } } srect = QApplication::primaryScreen()->geometry(); - qDebug() << w << wnd_ok << wstate << w->geometry(); #endif if (!wnd_ok) { w->setWindowState(Qt::WindowNoState);