mirror of
https://github.com/vlang/v.git
synced 2025-09-17 03:17:25 -04:00
cgen: remove lefover println calls from vlib/v/gen/c/array.v (#20076)
This commit is contained in:
parent
f9f6ee756d
commit
c047a49511
@ -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')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user