Remove commented out print statements.
This commit is contained in:
parent
402cbed8fa
commit
bc340fbf0d
35 changed files with 0 additions and 103 deletions
|
|
@ -286,7 +286,6 @@ class AttributeHandler(object):
|
|||
ret = []
|
||||
key = [k.strip().lower() for k in make_iter(key) if k]
|
||||
category = category.strip().lower() if category is not None else None
|
||||
#print "cache:", self._cache.keys(), key
|
||||
if not key:
|
||||
# return all with matching category (or no category)
|
||||
catkey = "-%s" % category if category is not None else None
|
||||
|
|
|
|||
|
|
@ -455,7 +455,6 @@ class TypedObject(SharedMemoryModel):
|
|||
if hasattr(self.ndb, nattr):
|
||||
self.nattributes.remove(nattr)
|
||||
else:
|
||||
#print "deleting attrs ..."
|
||||
self.attributes.clear()
|
||||
self.nattributes.clear()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue