Commit dfed1964 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop debug statements.

parent bfcc1d49
...@@ -17,9 +17,7 @@ def withAbort(func): ...@@ -17,9 +17,7 @@ def withAbort(func):
try: try:
func(self, *args, **kwargs) func(self, *args, **kwargs)
finally: finally:
transaction.commit() transaction.abort()
self.tic()
# transaction.abort()
return wrapped return wrapped
class TestDefaultInvoiceTransactionRule(testSlapOSMixin): class TestDefaultInvoiceTransactionRule(testSlapOSMixin):
......
65 66
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment