summaryrefslogtreecommitdiff
path: root/src/directoryrefresher.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-06-02 19:15:23 +0200
committerTannin <devnull@localhost>2014-06-02 19:15:23 +0200
commit5a4b6e70fd815c9052ff71a4244bdeb707e92ba1 (patch)
treedf95709e24d2d417e463f59d9e6acf21fea35780 /src/directoryrefresher.cpp
parent18574c2ba89737b2140236bde479e87616470270 (diff)
- plugin-list now displays loot messages
Diffstat (limited to 'src/directoryrefresher.cpp')
-rw-r--r--src/directoryrefresher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/directoryrefresher.cpp b/src/directoryrefresher.cpp
index 52e16be4..33bde469 100644
--- a/src/directoryrefresher.cpp
+++ b/src/directoryrefresher.cpp
@@ -141,7 +141,6 @@ void DirectoryRefresher::refresh()
//TODO i is the priority here, where higher = more important. the input vector is also sorted by priority but inverted!
for (int i = 1; iter != m_Mods.end(); ++iter, ++i) {
-qDebug("%s - %d", qPrintable(iter->modName), i);
try {
addModToStructure(m_DirectoryStructure, iter->modName, i, iter->absolutePath, iter->stealFiles, iter->archives);
} catch (const std::exception &e) {