remove debug println
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m51s

This commit is contained in:
2024-02-16 10:43:54 +01:00
parent 7dffe36423
commit f751fcda92
2 changed files with 0 additions and 2 deletions

View File

@@ -174,7 +174,6 @@ mod tests {
let pars = pars.trim().split('\n').collect::<Vec<&str>>();
for par in pars {
println!("{par}");
let cont = parser.parse(par, &mut builder).unwrap();
if !cont {
break;