Remove debug prints

This commit is contained in:
Pascal Engélibert 2025-04-06 16:24:58 +02:00
commit e9cf447586
5 changed files with 11 additions and 217 deletions

View file

@ -21,6 +21,8 @@ impl std::str::FromStr for Action {
#[derive(Clone, Debug)]
pub struct Policy {
// Will be used when we add log
#[allow(unused)]
pub name: String,
pub first_line_regex: String,
pub action: Action,