shared: common: Remove redundant qDebug()

This commit is contained in:
Albert S. 2021-06-12 17:24:47 +02:00
bovenliggende d0ebde1f64
commit 604d45afb2

Bestand weergeven

@ -39,7 +39,6 @@ bool Common::initSqliteDatabase(QString path)
while(!stream.atEnd())
{
QString sql = stream.readLine();
qDebug() << sql;
QSqlQuery sqlQuery;
if(!sqlQuery.exec(sql))
{