From 8a447f62998d04c225ff3e99d914e37bf4bcd5e8 Mon Sep 17 00:00:00 2001 From: Marcel Campen Date: Fri, 6 May 2011 11:07:17 +0000 Subject: [PATCH] Removed duplicate Location log output git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@11479 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Core/PluginLoader.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/PluginLoader.cc b/Core/PluginLoader.cc index 9541ec59..5ad693f4 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() ; -- GitLab