Skip to content

Commit 655d288

Browse files
author
smcq
committed
hahah, still had print in there
1 parent 5ace111 commit 655d288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prototype/prototype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def _decorate(self, cls):
2020
def __getattr__(self, name):
2121
if old_getattr:
2222
try:
23-
print "using old getattr"
2423
return old_getattr(self, name)
2524
except AttributeError:
2625
pass

0 commit comments

Comments
 (0)