diff options
Diffstat (limited to 'tests/lvm.js')
-rw-r--r-- | tests/lvm.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lvm.js b/tests/lvm.js index a6ab125..226583b 100644 --- a/tests/lvm.js +++ b/tests/lvm.js @@ -451,8 +451,6 @@ test('SETTABLE, GETTABLE', function (t) { lua.lua_call(L, 0, -1); }, "Program executed without errors"); - console.log(L.stack[L.top - 1]); - t.deepEqual( L.stack[L.top - 1].value.strong.get(1).value.jsstring(), "hello", |