From 5e492e83927d80a0d1665cf074d538eda56c025c Mon Sep 17 00:00:00 2001 From: Cyril Anisimov Date: Mon, 30 Dec 2024 18:05:31 +0100 Subject: [PATCH] remove debug output from `focusControl` --- client/utils/qmlUtils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/utils/qmlUtils.cpp b/client/utils/qmlUtils.cpp index f205f615..3bf8c956 100644 --- a/client/utils/qmlUtils.cpp +++ b/client/utils/qmlUtils.cpp @@ -82,7 +82,6 @@ namespace focusControl { QList res; if (!object) { - qDebug() << "The object is NULL"; return res; } @@ -102,7 +101,6 @@ namespace focusControl { QList res; if (!object) { - qDebug() << "The object is NULL"; return res; }