remove debug

This commit is contained in:
2022-10-28 19:43:50 +03:00
parent 7b3595d900
commit 749f967a15

View File

@@ -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);