Skip to content
Snippets Groups Projects
Commit 5527db96 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

log: remove polluting log

We load all textrecording at startup this log has lost its interest

Change-Id: Ib57179e21fe4ffed7ce1f3061f056c075c546038
Tuleap: #202
parent e648bdb9
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,6 @@ QString LocalTextRecordingEditor::fetch(const QByteArray& sha1) ...@@ -138,7 +138,6 @@ QString LocalTextRecordingEditor::fetch(const QByteArray& sha1)
QFile file(QStandardPaths::writableLocation(QStandardPaths::DataLocation) + "/text/" + sha1 + ".json"); QFile file(QStandardPaths::writableLocation(QStandardPaths::DataLocation) + "/text/" + sha1 + ".json");
if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) {
qDebug() << "Conversation not found" << sha1 << (QStandardPaths::writableLocation(QStandardPaths::DataLocation) + "/text/" + sha1 + ".json");
return QByteArray(); return QByteArray();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment