mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
rename debug() to Debug() to stop clashing with the debug submodule from Lua
This commit is contained in:
@@ -41,7 +41,7 @@ function PDFReader:getText(pageno)
|
||||
return nil
|
||||
end
|
||||
local text = page:getPageText()
|
||||
--debug("## page:getPageText "..dump(text)) -- performance impact on device
|
||||
--Debug("## page:getPageText "..dump(text)) -- performance impact on device
|
||||
page:close()
|
||||
return text
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user