From c0f7e888ec7564524cbb45f6b2868e7191cdc2a6 Mon Sep 17 00:00:00 2001 From: adrien gaultier Date: Fri, 11 Oct 2024 12:21:20 +0200 Subject: [PATCH] remove ocmments --- oryx-tui/src/handler.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/oryx-tui/src/handler.rs b/oryx-tui/src/handler.rs index aa38ecc..29cd0bb 100644 --- a/oryx-tui/src/handler.rs +++ b/oryx-tui/src/handler.rs @@ -73,14 +73,6 @@ pub fn handle_key_events( if app.filter.focused_block == FocusedBlock::Apply { app.filter.apply(); app.filter.sync()?; - // if !app.filter.traffic_direction.is_ingress_loaded() { - // app.section.firewall.disable_ingress_rules(); - // } - - // if !app.filter.traffic_direction.is_egress_loaded() { - // app.section.firewall.disable_egress_rules(); - // } - app.active_popup = None; } }