From 280b5e851aecddd668a635cbcd6eba217d6dc0ba Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 22 May 2017 14:11:42 +1000 Subject: tests: remove some extra prints --- tests/lvm.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/lvm.js') 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", -- cgit v1.2.3-54-g00ecf