diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-22 14:11:42 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-22 14:11:42 +1000 |
commit | 280b5e851aecddd668a635cbcd6eba217d6dc0ba (patch) | |
tree | c008ab428f25c7ab335b40216c6b6105ed43f344 /tests/lvm.js | |
parent | 70e485206d08913cf9709db8e6b589b3df34711e (diff) | |
download | fengari-280b5e851aecddd668a635cbcd6eba217d6dc0ba.tar.gz fengari-280b5e851aecddd668a635cbcd6eba217d6dc0ba.tar.bz2 fengari-280b5e851aecddd668a635cbcd6eba217d6dc0ba.zip |
tests: remove some extra prints
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", |