From 6c4d6015f3fad10389cdf869e34335211eee5112 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 18 Apr 2010 20:43:03 +0000 Subject: [PATCH] temporary remove print git-svn-id: http://svn.net-core.org/repos/t-engine4@539 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/engine/utils.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/engine/utils.lua b/game/engine/utils.lua index 1d993be6ad..02c0230336 100644 --- a/game/engine/utils.lua +++ b/game/engine/utils.lua @@ -209,7 +209,7 @@ getmetatable(tmps).__index.drawColorString = function(s, font, str, x, y, r, g, b = b or 255 local oldr, oldg, oldb = r, g, b for i, v in ipairs(list) do - print("LSIT", i, v) +-- print("LSIT", i, v) local nr, ng, nb = lpeg.match("#" * lpeg.C(Pcolorcode) * lpeg.C(Pcolorcode) * lpeg.C(Pcolorcode) * "#", v) local col = lpeg.match("#" * lpeg.C(Pcolorname) * "#", v) if nr and ng and nb then @@ -224,7 +224,7 @@ getmetatable(tmps).__index.drawColorString = function(s, font, str, x, y, r, g, end else local w, h = font:size(v) - print("DRAW", v,r,g,b) +-- print("DRAW", v,r,g,b) s:drawString(font, v, x, y, r, g, b) x = x + w end -- GitLab