Skip to content

Commit 70c3cc6

Browse files
committed
chore(su): remove log
1 parent 15f4cd4 commit 70c3cc6

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

servers/su/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ fn get_client_ip(req: &HttpRequest) -> Option<String> {
7474
}
7575

7676
fn is_ip_allowed(ip: &str, whitelist: &IpWhitelist) -> bool {
77-
println!("Checking if IP {} is allowed", ip);
7877
match whitelist.read() {
7978
Ok(ips) => ips.contains(ip),
8079
Err(_) => false,

servers/su/su

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)