Skip to content

Commit

Permalink
Tests without restart work - not net needed in this implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bartlett committed Oct 28, 2024
1 parent 1f3f984 commit 05c0a0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lambda-http/src/deserializer/deserializer_simd_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ impl<'de> Deserialize<'de> for LambdaRequest {
} else {
(false, false, false)
};
// debug!("State of d before restart: {:?}", d);
// d.restart();
// debug!("State of d after restart: {:?}", d);

#[cfg(feature = "apigw_rest")]
if !(http_context || alb_context || websocket_context) {
Expand Down

0 comments on commit 05c0a0b

Please sign in to comment.