From c9c3e5241b3b65c13b9654909df730e748b07436 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 14 Nov 2010 01:45:16 +0000 Subject: cleaned up settings dialog and bump version to 0.2.5 git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@392 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- attachments.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'attachments.cpp') 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); } -- cgit v1.2.3