From: Sangyoon Jang Date: Fri, 12 Jun 2020 02:29:00 +0000 (+0900) Subject: Remove a outdated comment X-Git-Tag: submit/tizen/20200612.081636~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d25f9ad47704e20890d85ddc8e69f07775716b4b;p=platform%2Fcore%2Fappfw%2Fapp-installers.git Remove a outdated comment Change-Id: I63bcd683c1dd5fc7fe732502e4635e2c0310e766 Signed-off-by: Sangyoon Jang --- diff --git a/src/common/plugins/plugin_manager.cc b/src/common/plugins/plugin_manager.cc index f2ae706b..e6848fc4 100644 --- a/src/common/plugins/plugin_manager.cc +++ b/src/common/plugins/plugin_manager.cc @@ -195,8 +195,6 @@ bool PluginManager::LoadPlugins(Plugin::ActionType action_type) { bool PluginManager::RunPlugins(Plugin::ActionType action_type) { LOG(DEBUG) << "Running pkgmgr plugins..."; for (auto& plugin : loaded_plugins_) { - // FIXME: Ignore if plugin failed for now, we need to keep installation - // working nevertheless plugins are broken bool success = plugin->Run(xml_parser_.doc_ptr(), manifest_, action_type); if (!success) { bool vitalness = plugin->plugin_info().vitalness();