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/lbaselib.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/lbaselib.js') diff --git a/tests/lbaselib.js b/tests/lbaselib.js index 2594cd9..fcd8356 100644 --- a/tests/lbaselib.js +++ b/tests/lbaselib.js @@ -326,8 +326,6 @@ test('xpcall', function (t) { }, "JS Lua program ran without error"); - console.log(lua.lua_tojsstring(L, -1)); - t.ok( lua.lua_tojsstring(L, -1).startsWith("Something's wrong:"), "msgh was called and modified the error" -- cgit v1.2.3-54-g00ecf