Skip to content

Commit 30a67d2

Browse files
committed
remove debugging
1 parent 229214f commit 30a67d2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/workflows/transport/middleware/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,7 @@ def wrapped_callback(header, message):
233233

234234

235235
def wrap(f: Callable):
236-
# debugging
237-
if f.__name__ == "send":
238-
print("we are wrapping send now")
239-
236+
240237
@functools.wraps(f)
241238
def wrapper(self, *args, **kwargs):
242239
return functools.reduce(

0 commit comments

Comments
 (0)