Skip to content

Commit d760fb3

Browse files
authored
Update packages/smithy-http/src/smithy_http/aio/crt.py
1 parent 16c5e4e commit d760fb3

File tree

1 file changed

+0
-1
lines changed
  • packages/smithy-http/src/smithy_http/aio

1 file changed

+0
-1
lines changed

packages/smithy-http/src/smithy_http/aio/crt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def __init__(self, body: CRTResponseBody) -> None:
156156
def on_response(
157157
self, status_code: int, headers: list[tuple[str, str]], **kwargs: Any
158158
) -> None: # pragma: crt-callback
159-
print("on-response")
160159
fields = Fields()
161160
for header_name, header_val in headers:
162161
try:

0 commit comments

Comments
 (0)