forked from openkylin/ukui-search
删除多余日志打印
This commit is contained in:
parent
6a96a0e2f0
commit
366201ddf9
|
@ -502,7 +502,6 @@ bool AppInfoTable::query(ApplicationInfoMap &infoMap, ApplicationProperties prop
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
qDebug() << query.lastQuery() << query.boundValues();
|
|
||||||
|
|
||||||
if (!query.exec()) {
|
if (!query.exec()) {
|
||||||
qWarning() << d->m_database->lastError() << query.lastError() << query.lastQuery() << query.boundValues();
|
qWarning() << d->m_database->lastError() << query.lastError() << query.lastQuery() << query.boundValues();
|
||||||
|
|
Loading…
Reference in New Issue