Removed debugging exception from libbe/comment.py.
authorW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 11:59:38 +0000 (07:59 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 11:59:38 +0000 (07:59 -0400)
libbe/comment.py

index 1e2ef1a8cb237339c968bd938c5580039e233433..c5bec438541cacfaca836220cc2b5a73503f305c 100644 (file)
@@ -614,7 +614,6 @@ class Comment(Tree, settings_object.SavedSettingsObject):
         if self.bug != None:
             reply.set_sync_with_disk(self.bug.sync_with_disk)
         if reply.sync_with_disk == True:
-            raise Exception, self.bug.sync_with_disk
             reply.save()
         self.add_reply(reply)
         return reply