Skip to content

Commit

Permalink
cgen: remove lefover println calls from vlib/v/gen/c/array.v (#20076)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 3, 2023
1 parent f9f6ee7 commit c047a49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vlib/v/gen/c/array.v
Expand Up @@ -608,8 +608,6 @@ fn (mut g Gen) gen_array_sort(node ast.CallExpr) {
// println('filter s="$s"')
rec_sym := g.table.final_sym(node.receiver_type)
if rec_sym.kind != .array {
println(node.name)
println(g.typ(node.receiver_type))
// println(rec_sym.kind)
verror('.sort() is an array method')
}
Expand Down

0 comments on commit c047a49

Please sign in to comment.