From 749f967a15d83c44fc2101d1e8dcc045a62915a8 Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 28 Oct 2022 19:43:50 +0300 Subject: [PATCH] remove debug --- libs/widgets/session_manager.cpp | 1 - 1 file changed, 1 deletion(-) 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);