actually a bad idea, sorry
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 22 Nov 2011 11:26:06 +0100
changeset 8096 e1b21db042d6
parent 8095 5ad0f8ac7561
child 8097 7e0d1fb1092d
actually a bad idea, sorry
server/session.py
--- a/server/session.py	Wed Nov 23 11:23:51 2011 +0100
+++ b/server/session.py	Tue Nov 22 11:26:06 2011 +0100
@@ -994,7 +994,6 @@
                     # instead of having to implements rollback, revertprecommit
                     # and revertcommit, that will be enough in mont case.
                     operation.failed = True
-                    self.critical('operation precommit failed for %s', operation.__class__.__name__, exc_info=True)
                     for operation in reversed(processed):
                         try:
                             operation.handle_event('revertprecommit_event')