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; }