mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Delete a stray println from debug
This commit is contained in:
parent
953d82b341
commit
8078afc74f
1 changed files with 0 additions and 2 deletions
|
@ -617,8 +617,6 @@ fn refcount_struct<'a>(
|
||||||
ctx: &mut Context<'a>,
|
ctx: &mut Context<'a>,
|
||||||
field_layouts: &'a [Layout<'a>],
|
field_layouts: &'a [Layout<'a>],
|
||||||
) -> Stmt<'a> {
|
) -> Stmt<'a> {
|
||||||
println!("refcount_struct");
|
|
||||||
|
|
||||||
let mut stmt = return_unit(root, ident_ids);
|
let mut stmt = return_unit(root, ident_ids);
|
||||||
|
|
||||||
for (i, field_layout) in field_layouts.iter().enumerate().rev() {
|
for (i, field_layout) in field_layouts.iter().enumerate().rev() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue