Commit ee11076a authored by Vincent Pelletier's avatar Vincent Pelletier

Remove a line storing data which is never read after.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@639 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 26c4fc5d
......@@ -632,7 +632,6 @@ class Application(object):
raise NEOStorageError('tpc_store failed')
# Store object in tmp cache
noid, nserial = self.local_var.object_stored
self.local_var.data_dict[oid] = data
return self.local_var.tid
......
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