From: W. Trevor King Date: Mon, 27 Jul 2009 11:59:38 +0000 (-0400) Subject: Removed debugging exception from libbe/comment.py. X-Git-Tag: 1.0.0~62^2~46^2~9^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f42025f8f41ea6d354b68e9ba86f2e966cea4b5;p=be.git Removed debugging exception from libbe/comment.py. --- diff --git a/libbe/comment.py b/libbe/comment.py index 1e2ef1a..c5bec43 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -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