mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Silence to debug messages
This commit is contained in:
@@ -155,10 +155,8 @@ bool DBBrowserDB::revert()
|
||||
if (_db){
|
||||
sqlite3_exec(_db,"ROLLBACK TO SAVEPOINT RESTOREPOINT;",
|
||||
NULL,NULL,NULL);
|
||||
qDebug(sqlite3_errmsg(_db));
|
||||
sqlite3_exec(_db,"RELEASE RESTOREPOINT;",
|
||||
NULL,NULL,NULL);
|
||||
qDebug(sqlite3_errmsg(_db));
|
||||
setDirty(false);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user