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 9497a36 commit eeeafe9Copy full SHA for eeeafe9
packages/smithy-http/src/smithy_http/aio/crt.py
@@ -349,7 +349,6 @@ async def _marshal_request(
349
headers_list.append((fld.name, val))
350
351
path = self._render_path(request.destination)
352
- print("CRT path: ", path)
353
headers = crt_http.HttpHeaders(headers_list)
354
355
body = request.body
0 commit comments