remove extra log

This commit is contained in:
Adil Hafeez 2025-06-05 23:41:27 -07:00
parent 8bf3f32973
commit 04f6c20e38
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -386,11 +386,6 @@ impl HttpContext for StreamContext {
}
};
debug!(
"on_http_request_body: request body string: {}",
String::from_utf8_lossy(&deserialized_body_bytes)
);
self.set_http_request_body(0, body_size, &deserialized_body_bytes);
Action::Continue