Merge pull request #7293 from roc-lang/drop-dbgs

Convert unused dbg!()s to eprintln!()s
This commit is contained in:
Richard Feldman 2024-12-02 00:34:01 -05:00 committed by GitHub
commit 12dc39a892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 9 additions and 17 deletions

View file

@ -164,7 +164,7 @@ pub fn unwrap_suffixed_expression<'a>(
// USEFUL TO SEE THE UNWRAPPING
// OF AST NODES AS THEY DESCEND
// if is_expr_suffixed(&loc_expr.value) {
// dbg!(&maybe_def_pat, &loc_expr, &unwrapped_expression);
// eprintln!("{:?}, {:?}, {:?}", &maybe_def_pat, &loc_expr, &unwrapped_expression);
// }
unwrapped_expression