Skip to content

Commit

Permalink
hyprland/surface: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
outfoxxed committed Jan 6, 2025
1 parent 761d99d commit af86d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wayland/hyprland/surface/qml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ HyprlandWindow* HyprlandWindow::qmlAttachedProperties(QObject* object) {
}
}

qDebug() << "hlwindow for" << proxyWindow;
if (!proxyWindow) return nullptr;
return new HyprlandWindow(proxyWindow);
}
Expand Down

0 comments on commit af86d5f

Please sign in to comment.