aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/alembic_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/gmg_commands/alembic_commands.py')
-rw-r--r--mediagoblin/gmg_commands/alembic_commands.py1
1 files changed, 0 insertions, 1 deletions
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: