File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
rust-runtime/aws-smithy-http-server/src/routing Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ opaque_future! {
8383
8484fn lambda_to_hyper_request ( request : Request ) -> HyperRequest {
8585 tracing:: debug!( "Converting Lambda to Hyper request..." ) ;
86- tracing:: debug!( "{:?}" , request. request_context( ) ) ;
8786 // Raw HTTP path without any stage information
8887 let raw_path = request. raw_http_path ( ) ;
8988 let ( parts, body) = request. into_parts ( ) ;
@@ -118,7 +117,6 @@ fn lambda_to_hyper_request(request: Request) -> HyperRequest {
118117 // No builder method that sets headers in batch
119118 let _ = std:: mem:: replace ( req. headers_mut ( ) , parts. headers ) ;
120119 tracing:: debug!( "Hyper request converted successfully." ) ;
121- tracing:: debug!( "{:?}" , req) ;
122120 req
123121}
124122
You can’t perform that action at this time.
0 commit comments