Skip to content

Commit 466aaba

Browse files
committed
[修复] 去除无用的打印
1 parent 78530ad commit 466aaba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/vm/type.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@ function vm.getTableValue(uri, tnode, knode, inversion)
668668
result:merge(vm.compileNode(field.value))
669669
end
670670
end
671-
elseif field.tindex and field.tindex > N then
672-
fprint("field.tindex = %s", field.tindex)
673671
end
674672
if field.type == 'varargs' then
675673
result:merge(vm.compileNode(field))

0 commit comments

Comments
 (0)