aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoar Wandborg <joar@wandborg.se>2013-03-03 08:48:12 +0100
committerJoar Wandborg <joar@wandborg.se>2013-03-03 08:48:12 +0100
commit3ff4f75203295550a823e3651ead3340a690b7de (patch)
tree1e1b52d70ec384560d5a243de04f9c209ea07963
parentf3f530286ff576a3120e29f734aff0b7b7fe882c (diff)
downloadmediagoblin-3ff4f75203295550a823e3651ead3340a690b7de.tar.lz
mediagoblin-3ff4f75203295550a823e3651ead3340a690b7de.tar.xz
mediagoblin-3ff4f75203295550a823e3651ead3340a690b7de.zip
Removed debugging exception
.. that accidentally got included due to not testing the video media type in the unit tests.
-rw-r--r--mediagoblin/media_types/video/processing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/media_types/video/processing.py b/mediagoblin/media_types/video/processing.py
index 3a2dc481..5b9be242 100644
--- a/mediagoblin/media_types/video/processing.py
+++ b/mediagoblin/media_types/video/processing.py
@@ -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']