diff --git a/src/localtextrecordingcollection.cpp b/src/localtextrecordingcollection.cpp
index 3a19cf9bc2d7b1223694eb4b9e0ea5380ad1835f..a95b2166439167e74363fa24b94d24c64342b1dd 100644
--- a/src/localtextrecordingcollection.cpp
+++ b/src/localtextrecordingcollection.cpp
@@ -138,7 +138,6 @@ QString LocalTextRecordingEditor::fetch(const QByteArray& sha1)
    QFile file(QStandardPaths::writableLocation(QStandardPaths::DataLocation) + "/text/" + sha1 + ".json");
 
    if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) {
-      qDebug() << "Conversation not found" << sha1 << (QStandardPaths::writableLocation(QStandardPaths::DataLocation) + "/text/" + sha1 + ".json");
       return QByteArray();
    }