projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac7a79
)
Removed debugging exception from libbe/comment.py.
author
W. Trevor King
<wking@drexel.edu>
Mon, 27 Jul 2009 11:59:38 +0000
(07:59 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 27 Jul 2009 11:59:38 +0000
(07:59 -0400)
libbe/comment.py
patch
|
blob
|
history
diff --git
a/libbe/comment.py
b/libbe/comment.py
index 1e2ef1a8cb237339c968bd938c5580039e233433..c5bec438541cacfaca836220cc2b5a73503f305c 100644
(file)
--- 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