diff options
Diffstat (limited to 'src/archive.cpp')
-rw-r--r-- | src/archive.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/archive.cpp b/src/archive.cpp index 468efed..d773f73 100644 --- a/src/archive.cpp +++ b/src/archive.cpp @@ -11,7 +11,6 @@ using fud::FudStatus; ZipArchive::ZipArchive(const QString& filename) { auto filenameUtf8 = filename.toUtf8(); - qDebug("Open file %s", filenameUtf8.data()); int err; m_archive = zip_open(filenameUtf8.data(), 0, &err); |