Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 23, 2024
1 parent b1d1ba5 commit f017fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/c2v.v
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,6 @@ fn (mut c C2V) expr(_node &Node) string {
c.gen('')
second_expr.current_child_id = 0
} else {
println('doing second')
c.expr(second_expr)
}
vprintln('done!')
Expand Down

0 comments on commit f017fec

Please sign in to comment.