Removed debugging exception

.. that accidentally got included due to not testing the video media
type in the unit tests.
This commit is contained in:
Joar Wandborg 2013-03-03 08:48:12 +01:00
parent f3f530286f
commit 3ff4f75203

View File

@ -60,7 +60,6 @@ def process_video(proc_state):
A Workbench() represents a local tempory dir. It is automatically
cleaned up when this function exits.
"""
raise Exception('Testing celery and raven')
entry = proc_state.entry
workbench = proc_state.workbench
video_config = mgg.global_config['media_type:mediagoblin.media_types.video']