Commit ddc4f705 by David Ormsbee

Remove raise that was there just for debugging purposes

parent 8f756f03
...@@ -288,7 +288,6 @@ class CourseDescriptor(SequenceDescriptor): ...@@ -288,7 +288,6 @@ class CourseDescriptor(SequenceDescriptor):
return False return False
except: except:
log.exception("Error parsing discussion_blackouts for course {0}".format(self.id)) log.exception("Error parsing discussion_blackouts for course {0}".format(self.id))
raise
return True return True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment