X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.cpp;h=85ffe515a8762f8a71aa03e61437acedc70fc102;hp=392459bfad134fb70c54446a8b896e1b05a6ff66;hb=981b43a699b4dd6da16e45f74d59443b68ad4b9c;hpb=af04342e253c7466e5e24bd138857568983f09c3 diff --git a/src/core/sqlitestorage.cpp b/src/core/sqlitestorage.cpp index 392459bf..85ffe515 100644 --- a/src/core/sqlitestorage.cpp +++ b/src/core/sqlitestorage.cpp @@ -225,7 +225,6 @@ IdentityId SqliteStorage::createIdentity(UserId user, CoreIdentity &identity) { safeExec(query); identityId = query.lastInsertId().toInt(); - qDebug() << identityId << identity.nicks(); if(!identityId.isValid()) { watchQuery(query); } else {