summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/maillistmodel.cpp')
-rw-r--r--framework/domain/maillistmodel.cpp1
1 files changed, 0 insertions, 1 deletions
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
78 QFile file(filename); 78 QFile file(filename);
79 if (file.open(QFile::ReadOnly)) { 79 if (file.open(QFile::ReadOnly)) {
80 auto content = file.readAll(); 80 auto content = file.readAll();
81 qWarning() << filename << content;
82 return content; 81 return content;
83 } else { 82 } else {
84 qWarning() << "Failed to open the file"; 83 qWarning() << "Failed to open the file";