shared: common: Remove redundant qDebug()
这个提交包含在:
@@ -39,7 +39,6 @@ bool Common::initSqliteDatabase(QString path)
|
|||||||
while(!stream.atEnd())
|
while(!stream.atEnd())
|
||||||
{
|
{
|
||||||
QString sql = stream.readLine();
|
QString sql = stream.readLine();
|
||||||
qDebug() << sql;
|
|
||||||
QSqlQuery sqlQuery;
|
QSqlQuery sqlQuery;
|
||||||
if(!sqlQuery.exec(sql))
|
if(!sqlQuery.exec(sql))
|
||||||
{
|
{
|
||||||
|
在新工单中引用
屏蔽一个用户