use debug to print debug info

This commit is contained in:
Qingping Hou
2012-04-19 00:16:49 +08:00
parent 35e4ceaf57
commit 3306346dba
14 changed files with 47 additions and 49 deletions

View File

@@ -41,7 +41,7 @@ function PDFReader:getText(pageno)
return nil
end
local text = page:getPageText()
--print("## page:getPageText "..dump(text)) -- performance impact on device
--debug("## page:getPageText "..dump(text)) -- performance impact on device
page:close()
return text
end