remove dbg!

This commit is contained in:
Folkert 2020-03-06 15:26:55 +01:00
parent 9d18924d1f
commit edcda78e9d

View File

@ -292,8 +292,6 @@ mod test_canonicalize {
loc_expr, problems, ..
} = can_expr_with(&arena, test_home(), src);
dbg!(&loc_expr);
assert_eq!(problems, Vec::new());
assert!(problems.iter().all(|problem| match problem {
Problem::UnusedDef(_, _) => true,