Skip to content

Commit fa36eee

Browse files
committed
finishing touches
Signed-off-by: [email protected] <[email protected]>
1 parent 8c076a7 commit fa36eee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rate-limit-filter/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ impl HttpContext for UpstreamCall {
8080
return Action::Continue;
8181
}
8282

83-
proxy_wasm::hostcalls::log(LogLevel::Info, "Working!").ok();
84-
proxy_wasm::hostcalls::log(LogLevel::Warn, "Working!").ok();
85-
8683
if let Some(plans_vec) =
8784
self.rule_is_rate_limiter(self.get_http_request_header(":path").unwrap())
8885
{

0 commit comments

Comments
 (0)