shared: common: Remove redundant qDebug()
Cette révision appartient à :
Parent
d0ebde1f64
révision
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))
|
||||
{
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur