Skip to content

Commit 20c7fcb

Browse files
undo a commit
1 parent e79bdbf commit 20c7fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cocos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ def run_plugin(command, argv, plugins):
839839
# FIXME check there's not circular dependencies
840840
dependencies_objects[dep_name] = run_plugin(
841841
dep_name, argv, plugins)
842-
# Logging.info(MultiLanguage.get_string('COCOS_INFO_RUNNING_PLUGIN_FMT', plugin.__class__.plugin_name()))
842+
Logging.info(MultiLanguage.get_string('COCOS_INFO_RUNNING_PLUGIN_FMT', plugin.__class__.plugin_name()))
843843
plugin.run(argv, dependencies_objects)
844844
return plugin
845845

0 commit comments

Comments
 (0)