From 23d8c802eb2c0e60224a019c69d253c222010be9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 29 Apr 2016 14:34:38 +0200 Subject: Don't print every mail we query for. --- framework/domain/maillistmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'framework') diff --git a/framework/domain/maillistmodel.cpp b/framework/domain/maillistmodel.cpp index b46fabf8..7cbc5587 100644 --- a/framework/domain/maillistmodel.cpp +++ b/framework/domain/maillistmodel.cpp @@ -78,7 +78,6 @@ QVariant MailListModel::data(const QModelIndex &idx, int role) const QFile file(filename); if (file.open(QFile::ReadOnly)) { auto content = file.readAll(); - qWarning() << filename << content; return content; } else { qWarning() << "Failed to open the file"; -- cgit v1.2.3