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