aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-27 07:59:38 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-27 07:59:38 -0400
commit0f42025f8f41ea6d354b68e9ba86f2e966cea4b5 (patch)
tree7edd7c8b123492acbabe7dd9db9d383c07b47d31 /libbe/comment.py
parent8ac7a799ad7917324edbdb15ccbbd3bfcd529896 (diff)
downloadbugseverywhere-0f42025f8f41ea6d354b68e9ba86f2e966cea4b5.tar.gz
Removed debugging exception from libbe/comment.py.
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