diff options
Diffstat (limited to 'attachments.cpp')
-rw-r--r-- | attachments.cpp | 1 |
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); } |