aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_fomod_plus/patchwizard/lib/PatchFinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/installer_fomod_plus/patchwizard/lib/PatchFinder.cpp')
-rw-r--r--libs/installer_fomod_plus/patchwizard/lib/PatchFinder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/installer_fomod_plus/patchwizard/lib/PatchFinder.cpp b/libs/installer_fomod_plus/patchwizard/lib/PatchFinder.cpp
index cd06b3a..855fe2b 100644
--- a/libs/installer_fomod_plus/patchwizard/lib/PatchFinder.cpp
+++ b/libs/installer_fomod_plus/patchwizard/lib/PatchFinder.cpp
@@ -77,7 +77,6 @@ void PatchFinder::populateInstalledPlugins()
const auto mod_tree = mod->fileTree();
for (auto it = mod_tree->begin(); it != mod_tree->end(); ++it) {
if ((*it)->isFile() && isPluginFile((*it)->name())) {
- std::cout << "Plugin: " << (*it)->name().toStdString() << std::endl;
m_installedPlugins[mod].emplace_back((*it)->name().toStdString());
m_installedPluginsCacheSet.insert((*it)->name().toStdString());
}