diff --git a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp index 9345f4401c1..d365f682d08 100644 --- a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp +++ b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp @@ -57,7 +57,6 @@ public: QWaylandShellIntegration *QWaylandXdgShellV5IntegrationPlugin::create(const QString &key, const QStringList ¶mList) { - qDebug() << Q_FUNC_INFO; Q_UNUSED(key); Q_UNUSED(paramList); return new QWaylandXdgShellV5Integration(); diff --git a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h index e8c05c9a00f..ce6bdb9eebf 100644 --- a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h +++ b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h @@ -64,7 +64,7 @@ class QWaylandXdgShellV5; class Q_WAYLAND_CLIENT_EXPORT QWaylandXdgShellV5Integration : public QWaylandShellIntegration { public: - QWaylandXdgShellV5Integration() {qDebug() << Q_FUNC_INFO;} + QWaylandXdgShellV5Integration() {} bool initialize(QWaylandDisplay *display) override; QWaylandShellSurface *createShellSurface(QWaylandWindow *window) override; void handleKeyboardFocusChanged(QWaylandWindow *newFocus, QWaylandWindow *oldFocus) override;