diff --git a/src/peerprofilecollection.cpp b/src/peerprofilecollection.cpp
index e09b5a828b2da7c37ffc2f6c762c46a660253495..7b2f3f796dc5e179d38f2269526425a2ff0adfd3 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());
         }
     }