diff --git a/Core/PluginLoader.cc b/Core/PluginLoader.cc index 9541ec5905179051d4e190aead133b24c674c15e..5ad693f4f9ab3e1b130c2456457ab58a3e7c6bd3 100644 --- a/Core/PluginLoader.cc +++ b/Core/PluginLoader.cc @@ -580,7 +580,6 @@ void Core::loadPlugin(QString filename, bool silent, QString& _licenseErrors, QO BaseInterface* basePlugin = qobject_cast< BaseInterface * >(plugin); if ( basePlugin ) { emit log(LOGOUT,tr("Found Plugin : \t %1").arg(basePlugin->name()) ); - emit log(LOGOUT,tr("Location : \t %2").arg(filename) ); if ( OpenFlipper::Options::gui() && OpenFlipperSettings().value("Core/Gui/splash",true).toBool() ) { splashMessage_ = splashMessage_ + " " + basePlugin->name() ;