删除多余日志打印

This commit is contained in:
iaom 2023-03-24 11:24:30 +08:00
parent 97510997f0
commit acdc9bcfcf
1 changed files with 0 additions and 1 deletions

View File

@ -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();