Skip to content
Snippets Groups Projects
Commit cefa9aff authored by Stepan Salenikovich's avatar Stepan Salenikovich
Browse files

PeerProfileCollection: remove verbose qDebug


I forgot to remove this qDebug before submitting the patch which
introduced it.

Change-Id: I14cf6b6ae9b5b3689a38d8947547b08d5a25fa19
Reviewed-by: default avatarNicolas Jäger <nicolas.jager@savoirfairelinux.com>
parent cce6b4dd
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,6 @@ bool PeerProfileCollection::load()
// no other interactions with these CMs
auto lastUsed = QFileInfo(filePath).lastModified();
for (auto cm : personProfile->phoneNumbers()) {
qDebug() << "ppc setting last used" << personProfile << cm << lastUsed;
cm->setLastUsed(lastUsed.toTime_t());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment