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/lbaselib.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/lbaselib.js')
-rw-r--r-- | tests/lbaselib.js | 2 |
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" |