shared: common: Remove redundant qDebug()
Šī revīzija ir iekļauta:
vecāks
d0ebde1f64
revīzija
604d45afb2
@ -39,7 +39,6 @@ bool Common::initSqliteDatabase(QString path)
|
||||
while(!stream.atEnd())
|
||||
{
|
||||
QString sql = stream.readLine();
|
||||
qDebug() << sql;
|
||||
QSqlQuery sqlQuery;
|
||||
if(!sqlQuery.exec(sql))
|
||||
{
|
||||
|
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user