mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Remove some debug messages. Change some error messages..
Remove some useless debug messages, e.g. because they just print an SQL string which you can see in the SQL log window anyway. Change some "critical" errors messages to just warning. No sense in printing a critical error message when the program can handle the problem by itself.
This commit is contained in:
@@ -280,7 +280,7 @@ void SqlTextEdit::keyPressEvent(QKeyEvent *e)
|
||||
table = identifier.left(dotpos);
|
||||
field = identifier.mid(dotpos + 1);
|
||||
}
|
||||
// qDebug() << identifier << ":" << table << ":" << field;
|
||||
|
||||
if( dotpos > 0 )
|
||||
{
|
||||
// swap model to field completion
|
||||
|
||||
Reference in New Issue
Block a user