Commit ddc4f705 by David Ormsbee

Remove raise that was there just for debugging purposes

parent 8f756f03
......@@ -288,7 +288,6 @@ class CourseDescriptor(SequenceDescriptor):
return False
except:
log.exception("Error parsing discussion_blackouts for course {0}".format(self.id))
raise
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