From 385b5b44f5fb8b68f75f991e3259b395fe628d20 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 12 Mar 2016 14:38:43 -0800 Subject: [PATCH] Removing erronously installed print statement. * mediagoblin/gmg_commands/alembic_commands.py (FudgedCommandLine.main): Removed call to print. --- mediagoblin/gmg_commands/alembic_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mediagoblin/gmg_commands/alembic_commands.py b/mediagoblin/gmg_commands/alembic_commands.py index dc679f22..4e73ec13 100644 --- a/mediagoblin/gmg_commands/alembic_commands.py +++ b/mediagoblin/gmg_commands/alembic_commands.py @@ -34,7 +34,6 @@ class FudgedCommandLine(config.CommandLine): if args.with_plugins: plugins = global_config.get('plugins', {}).keys() for plugin in plugins: - print(plugin) try: import_component('{0}.models:MODELS'.format(plugin)) except ImportError: -- 2.25.1