aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/comment.py')
-rw-r--r--libbe/comment.py1
1 files changed, 0 insertions, 1 deletions
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