Removing erronously installed print statement.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 12 Mar 2016 22:38:43 +0000 (14:38 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 26 Mar 2016 18:39:07 +0000 (11:39 -0700)
* mediagoblin/gmg_commands/alembic_commands.py (FudgedCommandLine.main):
  Removed call to print.

mediagoblin/gmg_commands/alembic_commands.py

index dc679f229f961bb80c46c6fb218063ab913ca4af..4e73ec13ad0fb11e693c7add948cff4e1a31afa1 100644 (file)
@@ -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: