aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/comment.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-11-27 00:50:19 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-11-27 00:50:19 +0200
commitcaabd7a694d92094fea580350c55dcf5da668765 (patch)
tree8314da6c085ec99ba62914439d8e6bb5bd5af689 /rhodecode/model/comment.py
parentbb38b0153729e4aa1be0e2675679263947ddfb20 (diff)
another major refactoring with session management
--HG-- branch : beta
Diffstat (limited to 'rhodecode/model/comment.py')
-rw-r--r--rhodecode/model/comment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/model/comment.py b/rhodecode/model/comment.py
index e835469f..d0fdcef8 100644
--- a/rhodecode/model/comment.py
+++ b/rhodecode/model/comment.py
@@ -109,7 +109,6 @@ class ChangesetCommentsModel(BaseModel):
recipients=mention_recipients,
type_=Notification.TYPE_CHANGESET_COMMENT)
- self.sa.commit()
return comment
def delete(self, comment):