mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
move painting and drawing debug log to verbose
This commit is contained in:
@@ -118,7 +118,7 @@ function ReaderView:resetLayout()
|
||||
end
|
||||
|
||||
function ReaderView:paintTo(bb, x, y)
|
||||
dbg("painting", self.visible_area, "to", x, y)
|
||||
dbg:v("readerview painting", self.visible_area, "to", x, y)
|
||||
if self.page_scroll then
|
||||
self:drawPageBackground(bb, x, y)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user