From cefa9affb1873789faddf5d60b5caae91d5930b2 Mon Sep 17 00:00:00 2001 From: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Date: Wed, 10 May 2017 13:27:39 -0400 Subject: [PATCH] PeerProfileCollection: remove verbose qDebug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I forgot to remove this qDebug before submitting the patch which introduced it. Change-Id: I14cf6b6ae9b5b3689a38d8947547b08d5a25fa19 Reviewed-by: Nicolas Jäger <nicolas.jager@savoirfairelinux.com> --- src/peerprofilecollection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/peerprofilecollection.cpp b/src/peerprofilecollection.cpp index e09b5a82..7b2f3f79 100644 --- a/src/peerprofilecollection.cpp +++ b/src/peerprofilecollection.cpp @@ -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()); } } -- GitLab