chore: remove dbg!
This commit is contained in:
parent
6913dbc817
commit
590212fddb
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ fn balanced_brackets(input: Input) -> IResult<Input, Input, ()> {
|
|||
}
|
||||
|
||||
pub fn verify_pre(s: &str) -> bool {
|
||||
dbg!(&s);
|
||||
if s.is_empty() {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue