Skip to content

Commit 3b83add

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

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
@@ -176,7 +176,6 @@ def on_response(
176176
)
177177

178178
async def await_response(self) -> AWSCRTHTTPResponse:
179-
print(f"Initial status: {self._response_future._state}")
180179
return await asyncio.wrap_future(self._response_future)
181180

182181
def set_done_callback(self, stream: "crt_http.HttpClientStream") -> None:

0 commit comments

Comments
 (0)