aboutsummaryrefslogtreecommitdiff
path: root/tests/lbaselib.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lbaselib.js')
-rw-r--r--tests/lbaselib.js2
1 files changed, 0 insertions, 2 deletions
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"