Skip to content

Commit

Permalink
Remove debug print seems was left
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Feb 7, 2024
1 parent 26096e4 commit 23cf46d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ class BugBearVisitor(ast.NodeVisitor):
# Useful for tracing what the hell is going on.

def __getattr__(self, name):
print(name)
return self.__getattribute__(name)

@property
Expand Down

0 comments on commit 23cf46d

Please sign in to comment.