summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-12-26 03:13:31 +0100
committerPetr Mrázek <peterix@gmail.com>2015-12-26 03:20:19 +0100
commitc64a7940c1c99f6691d0fdd45910a09808e40d97 (patch)
tree3c3c76faaed7b58935ab900e905266bb09ecd49e /logic
parent243c5d1cfbff7ff014fe15e54a73a59dfde25988 (diff)
downloadMultiMC-c64a7940c1c99f6691d0fdd45910a09808e40d97.tar
MultiMC-c64a7940c1c99f6691d0fdd45910a09808e40d97.tar.gz
MultiMC-c64a7940c1c99f6691d0fdd45910a09808e40d97.tar.lz
MultiMC-c64a7940c1c99f6691d0fdd45910a09808e40d97.tar.xz
MultiMC-c64a7940c1c99f6691d0fdd45910a09808e40d97.zip
GH-1178 add failing test
Diffstat (limited to 'logic')
-rw-r--r--logic/minecraft/ModList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/minecraft/ModList.cpp b/logic/minecraft/ModList.cpp
index 43499612..a1640d2e 100644
--- a/logic/minecraft/ModList.cpp
+++ b/logic/minecraft/ModList.cpp
@@ -575,7 +575,6 @@ bool ModList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row
if (!url.isLocalFile())
continue;
QString filename = url.toLocalFile();
- qDebug() << "installing: " << filename;
installMod(filename, row);
// if there is no ordering, re-sort the list
if (m_list_file.isEmpty())