mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove extra log
This commit is contained in:
parent
8bf3f32973
commit
04f6c20e38
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue