diff options
-rw-r--r-- | mediagoblin/gmg_commands/reprocess.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/reprocess.py b/mediagoblin/gmg_commands/reprocess.py index 24fcde37..9a9196bb 100644 --- a/mediagoblin/gmg_commands/reprocess.py +++ b/mediagoblin/gmg_commands/reprocess.py @@ -268,7 +268,6 @@ def run(args): media_entry, reprocess_action=args.reprocess_command, reprocess_info=reprocess_request) - manager.process(media_entry, args.reprocess_command, **reprocess_request) def reprocess(args): |