We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d760fb3 commit 3b83addCopy full SHA for 3b83add
packages/smithy-http/src/smithy_http/aio/crt.py
@@ -176,7 +176,6 @@ def on_response(
176
)
177
178
async def await_response(self) -> AWSCRTHTTPResponse:
179
- print(f"Initial status: {self._response_future._state}")
180
return await asyncio.wrap_future(self._response_future)
181
182
def set_done_callback(self, stream: "crt_http.HttpClientStream") -> None:
0 commit comments