remove debug output from focusControl

This commit is contained in:
Cyril Anisimov 2024-12-30 18:05:31 +01:00
parent b25d911328
commit 5e492e8392

View file

@ -82,7 +82,6 @@ namespace focusControl
{ {
QList<QObject *> res; QList<QObject *> res;
if (!object) { if (!object) {
qDebug() << "The object is NULL";
return res; return res;
} }
@ -102,7 +101,6 @@ namespace focusControl
{ {
QList<QObject *> res; QList<QObject *> res;
if (!object) { if (!object) {
qDebug() << "The object is NULL";
return res; return res;
} }