Commit a150bc65 authored by Andreas Jung's avatar Andreas Jung

oops...debug print forgotten

parent 6f293a4c
......@@ -60,7 +60,6 @@ class Historian(Implicit):
def __getitem__(self, key):
self=self.aq_parent
print 'key', key
serial=apply(pack, ('>HHHH',)+tuple(map(int, key.split('.'))))
if serial == self._p_serial: return self
......
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