Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 25, 2024
1 parent 26f4ee6 commit 4e62176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/gen/c/cgen.v
Original file line number Diff line number Diff line change
Expand Up @@ -7260,7 +7260,6 @@ fn (mut g Gen) type_default(typ_ ast.Type) string {
} else {
default_str := g.expr_string(field.default_expr)
if default_str.count('\n') > 1 {
println('>>> ${default_str.all_before_last('\n')}')
g.type_default_vars.writeln(default_str.all_before_last('\n'))
expr_str = default_str.all_after_last('\n')
} else {
Expand Down

0 comments on commit 4e62176

Please sign in to comment.