Skip to content

Commit 23cf46d

Browse files
committed
Remove debug print seems was left
1 parent 26096e4 commit 23cf46d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bugbear.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ class BugBearVisitor(ast.NodeVisitor):
373373
# Useful for tracing what the hell is going on.
374374

375375
def __getattr__(self, name):
376-
print(name)
377376
return self.__getattribute__(name)
378377

379378
@property

0 commit comments

Comments
 (0)