mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
remove page:getPageText debug dump to improve performance on device
And leave it in unireader if we can't find text on page
This commit is contained in:
@@ -41,7 +41,7 @@ function PDFReader:getText(pageno)
|
||||
return nil
|
||||
end
|
||||
local text = page:getPageText()
|
||||
print(dump(text))
|
||||
--print("## page:getPageText "..dump(text)) -- performance impact on device
|
||||
page:close()
|
||||
return text
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user