Skip to content

Commit

Permalink
Removing debug print statement from Property.__call__
Browse files Browse the repository at this point in the history
  • Loading branch information
mwatts15 committed Jun 21, 2018
1 parent e3c06c1 commit 06d7c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PyOpenWorm/pProperty.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def __call__(self, *args, **kwargs):
self.set(*args, **kwargs)
return self
else:
print('About to get', id(self), self, self.context)
r = self.get(*args, **kwargs)
if self.multiple:
return set(r)
Expand Down

0 comments on commit 06d7c65

Please sign in to comment.