Skip to content

Commit

Permalink
Remove confusing loaded plugins count in the console on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 15, 2024
1 parent 915d273 commit 34c3419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/PluginManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void PluginManager::loadPluginsFromDir(const QDir &pluginsDir, bool writable)
#endif

loadedPlugins = plugins.size() - loadedPlugins;
qInfo() << "Loaded" << loadedPlugins << "plugin(s).";
// qInfo() << "Loaded" << loadedPlugins << "plugin(s).";
}

void PluginManager::PluginTerminator::operator()(IaitoPlugin *plugin) const
Expand Down

0 comments on commit 34c3419

Please sign in to comment.