Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Mar 1, 2024
1 parent 48ba24b commit 33b11ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/strategy/patching.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def _find_global(self, module, func):
Return the class implementing `module_name.class_name` or raise
`StreamError` if the module is not whitelisted.
\"""
+ print(module, __name__)
if module == __name__:
if func == '_unpickle_call_error' or func == 'CallError':
return _unpickle_call_error
Expand Down

0 comments on commit 33b11ab

Please sign in to comment.