mod: remove debug code

This commit is contained in:
Qingping Hou
2012-04-12 17:49:24 +08:00
parent 528d76aa60
commit 1407579ea8

View File

@@ -282,7 +282,6 @@ function UniReader:_toggleTextHighLight(t, l0, w0, l1, w1)
end
for _l, _w in self:_wordIterFromRange(t, l0, w0, l1, w1) do
print("------------",_l, _w, dump(t[_l][_w]))
if self:_isWordInScreenRange(t[_l][_w]) then
-- blitbuffer module will take care of the out of screen range part.
self:_toggleWordHighLight(t, _l, _w)