remove useless debug message

This commit is contained in:
Peinthor Rene
2013-01-18 14:58:02 +01:00
parent f7bb605d66
commit dea609140b

View File

@@ -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;