Commit bceb0647 authored by Vincent Pelletier's avatar Vincent Pelletier

Revert r1944.

It's just broken to do this way (I intended to locally revert that commit,
instead of pushing it to the repository... Sorry).

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1946 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 409e786b
......@@ -885,9 +885,6 @@ class Application(object):
'transaction info for TID %r could not ' \
'be found' % (tid, )
if self.local_var.txn_info['packed']:
break
if filter is None or filter(self.local_var.txn_info):
self.local_var.txn_info.pop('packed')
if not with_oids:
......
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