aboutsummaryrefslogtreecommitdiffstats
path: root/attachments.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'attachments.cpp')
-rw-r--r--attachments.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/attachments.cpp b/attachments.cpp
index 83238d4..31a66eb 100644
--- a/attachments.cpp
+++ b/attachments.cpp
@@ -139,7 +139,6 @@ void Attachments::openFile() {
QString attachmentDir = qApp->applicationDirPath() + "/attachments/";
//QDir p = QDir(qApp->applicationDirPath() + "/attachments/");
if(!QDir(attachmentDir).exists()) {
- qDebug() << "creating " << attachmentDir;
QDir().mkpath(attachmentDir);
}