Skip to content

Commit

Permalink
remove ocmments
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaultier committed Oct 11, 2024
1 parent b99e569 commit c0f7e88
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions oryx-tui/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit c0f7e88

Please sign in to comment.