for testing

This commit is contained in:
Paul 2022-09-18 00:42:11 +02:00
parent f1d0ff01ef
commit 759928a425

View File

@ -77,7 +77,6 @@ pub async fn process(ctx: &Arc<Mutex<Context>>) {
// refresh context blocklist
let filtered_ip = ctx.update_blocklist(&received_ip).await;
ctx.gc_blocklist().await;
println!("{:?}", filtered_ip);
// send ip list to ws and zmq sockets
if let Some(ip) = filtered_ip {