mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
remove useless debug message
This commit is contained in:
@@ -642,7 +642,6 @@ void DBBrowserDB::updateSchema( )
|
||||
}else{
|
||||
qDebug ("could not get list of tables: %d, %s",err,sqlite3_errmsg(_db));
|
||||
}
|
||||
qDebug(sqlite3_errmsg(_db));
|
||||
|
||||
//now get the field list for each table in tbmap
|
||||
tableMap::Iterator it;
|
||||
|
||||
Reference in New Issue
Block a user