diff --git a/src/config.cpp b/src/config.cpp index 941f77e..3fca01c 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -218,7 +218,4 @@ void Config::read(const boost::property_tree::ptree &cfg) { boost::replace_all(plugins_path, "", home_juci_path.string()); plugins.path = plugins_path; plugins.enabled = cfg.get("plugins.enabled"); - if (plugins.enabled) { - std::cout << "Plugins enabled" << std::endl; - } }