Commit 37565fa2 authored by Christian Theune's avatar Christian Theune

- removed print statement

parent 1b31d7da
......@@ -763,7 +763,6 @@ class ClientStorage(object):
return self.loadEx(oid, version)[:2]
def loadEx(self, oid, version):
print "LOAD"
self._lock.acquire() # for atomic processing of invalidations
try:
t = self._cache.load(oid, version)
......
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