Remove debug prints
This commit is contained in:
parent
f5e4a421bb
commit
e9cf447586
5 changed files with 11 additions and 217 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue