removeuseless debug

This commit is contained in:
Marco Martin 2020-07-31 11:12:47 +02:00
parent 16b1cae73e
commit 24ef679755

View file

@ -499,7 +499,7 @@ void ApplicationListModel::unsetMinimizedDelegate(int row, QQuickItem *delegate)
if (!surface) {
return;
}
qWarning()<<"UNSETTING"<<window->title();
window->unsetMinimizedGeometry(surface);
}