remove debug output from focusControl
This commit is contained in:
parent
b25d911328
commit
5e492e8392
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue