From 791221e923586bb717396ecf18bd13e57034df99 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Tue, 27 Jan 2015 22:31:07 +0100 Subject: NOISSUE Refactors and moving of things --- logic/JarUtils.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'logic/JarUtils.cpp') diff --git a/logic/JarUtils.cpp b/logic/JarUtils.cpp index 3b4f780a..d4f1ed56 100644 --- a/logic/JarUtils.cpp +++ b/logic/JarUtils.cpp @@ -30,7 +30,6 @@ bool mergeZipFiles(QuaZip *into, QFileInfo from, QSet &contained, continue; } contained.insert(filename); - QLOG_INFO() << "Adding file " << filename << " from " << from.fileName(); if (!fileInsideMod.open(QIODevice::ReadOnly)) { @@ -103,8 +102,6 @@ bool createModdedJar(QString sourceJarPath, QString targetJarPath, const QList