From fe617fea2110ea4135243b985bbb362ac2b6c3a0 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Sun, 9 May 2010 03:47:13 +0000 Subject: [PATCH] Improve error and traceback reporting. --- test/lua/stringlib.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lua/stringlib.lua b/test/lua/stringlib.lua index 5771f399..d189b519 100644 --- a/test/lua/stringlib.lua +++ b/test/lua/stringlib.lua @@ -174,7 +174,6 @@ local function fmterr(...) if r then return s else - print( 'initial error -->'..tostring(s) ) s = string.gsub(s, "stdin:%d+:%s*", "") return s end