mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
ProfileManager: remove leftopver debug print.
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
0c67d1e0c8
commit
1082210759
|
@ -307,7 +307,6 @@ void ProfileManager::connectDatabase()
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (stmt.startsWith(QSL("--")) && !stmt.contains(QL1C('\n'))) {
|
if (stmt.startsWith(QSL("--")) && !stmt.contains(QL1C('\n'))) {
|
||||||
qDebug() << stmt;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
QSqlQuery query;
|
QSqlQuery query;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user