Skip to content

Commit

Permalink
[修复] 去除无用的打印
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcklos committed Nov 4, 2024
1 parent 78530ad commit 466aaba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/vm/type.lua
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,6 @@ function vm.getTableValue(uri, tnode, knode, inversion)
result:merge(vm.compileNode(field.value))
end
end
elseif field.tindex and field.tindex > N then
fprint("field.tindex = %s", field.tindex)
end
if field.type == 'varargs' then
result:merge(vm.compileNode(field))
Expand Down

0 comments on commit 466aaba

Please sign in to comment.