From 5527db96cffa4a5bd4944c59e91fa5e73cfd4b65 Mon Sep 17 00:00:00 2001 From: Alexandre Lision <alexandre.lision@savoirfairelinux.com> Date: Mon, 18 Jan 2016 15:40:05 -0500 Subject: [PATCH] log: remove polluting log We load all textrecording at startup this log has lost its interest Change-Id: Ib57179e21fe4ffed7ce1f3061f056c075c546038 Tuleap: #202 --- src/localtextrecordingcollection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/localtextrecordingcollection.cpp b/src/localtextrecordingcollection.cpp index 3a19cf9b..a95b2166 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(); } -- GitLab