chore: remove dbg!

This commit is contained in:
PoiScript 2023-11-22 23:22:49 +08:00
parent 6913dbc817
commit 590212fddb
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E

View file

@ -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;
}