Cleanup `dbg!` test logging

This commit is contained in:
cyqsimon 2023-03-02 16:29:46 +08:00
parent e5760f09d5
commit 7d49fb9e29
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ fn construct_config(mut opts: Opts, pattern_regexps: &[String]) -> Result<Config
}
}
dbg!(&matchers);
matchers
};