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

Drop debug statements.

parent bfcc1d49
......@@ -17,9 +17,7 @@ def withAbort(func):
try:
func(self, *args, **kwargs)
finally:
transaction.commit()
self.tic()
# transaction.abort()
transaction.abort()
return wrapped
class TestDefaultInvoiceTransactionRule(testSlapOSMixin):
......
65
\ No newline at end of file
66
\ 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