Removed debugging exception
authorJoar Wandborg <joar@wandborg.se>
Sun, 3 Mar 2013 07:48:12 +0000 (08:48 +0100)
committerJoar Wandborg <joar@wandborg.se>
Sun, 3 Mar 2013 07:48:12 +0000 (08:48 +0100)
.. that accidentally got included due to not testing the video media
type in the unit tests.

mediagoblin/media_types/video/processing.py

index 3a2dc481b07ea8b846afc04776abab4284257aa0..5b9be2425e7c72972b234dec69726afb2e86259a 100644 (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']