diff --git a/Inbox.cpp b/Inbox.cpp index 1eafe57..50fbf69 100644 --- a/Inbox.cpp +++ b/Inbox.cpp @@ -144,7 +144,7 @@ QList > Inbox::values(QString type, QString query, QString m rc = sqlite3_bind_int(stmt, 4, limit); rc = sqlite3_bind_int(stmt, 5, offset); - qDebug() << "exec" << sqlite3_expanded_sql(stmt); + //qDebug() << "exec" << sqlite3_expanded_sql(stmt); QList> v;