Skip to content

Commit

Permalink
Revert "Remove debug print seems was left"
Browse files Browse the repository at this point in the history
This reverts commit 23cf46d.
  • Loading branch information
cooperlees committed Feb 7, 2024
1 parent 23cf46d commit 76a71f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ 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 76a71f4

Please sign in to comment.