Skip to content

Commit eeeafe9

Browse files
Update packages/smithy-http/src/smithy_http/aio/crt.py
Co-authored-by: Nate Prewitt <[email protected]>
1 parent 9497a36 commit eeeafe9

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
@@ -349,7 +349,6 @@ async def _marshal_request(
349349
headers_list.append((fld.name, val))
350350

351351
path = self._render_path(request.destination)
352-
print("CRT path: ", path)
353352
headers = crt_http.HttpHeaders(headers_list)
354353

355354
body = request.body

0 commit comments

Comments
 (0)