Skip to content

Commit af86d5f

Browse files
committed
hyprland/surface: remove debug print
1 parent 761d99d commit af86d5f

File tree

1 file changed

+0
-1
lines changed
  • src/wayland/hyprland/surface

1 file changed

+0
-1
lines changed

src/wayland/hyprland/surface/qml.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ HyprlandWindow* HyprlandWindow::qmlAttachedProperties(QObject* object) {
2828
}
2929
}
3030

31-
qDebug() << "hlwindow for" << proxyWindow;
3231
if (!proxyWindow) return nullptr;
3332
return new HyprlandWindow(proxyWindow);
3433
}

0 commit comments

Comments
 (0)