From 33b11ab9844579b818d93603f612ebb8510e8021 Mon Sep 17 00:00:00 2001 From: George Shuklin Date: Fri, 1 Mar 2024 09:47:12 +0200 Subject: [PATCH] fix: remove print --- plugins/strategy/patching.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/strategy/patching.py b/plugins/strategy/patching.py index 8162f37..a9aeafc 100644 --- a/plugins/strategy/patching.py +++ b/plugins/strategy/patching.py @@ -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