mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Remove Debug() --- I keep forgetting to remove them before commit :)
This commit is contained in:
@@ -2124,7 +2124,6 @@ function UniReader:addAllCommands()
|
||||
}
|
||||
local re = zoom_menu:choose(0, G_height)
|
||||
if re and re ~= 1 and re ~= 8 and re ~= 9 then -- if proper zoom-mode
|
||||
Debug("setting zoom mode re=" .. re)
|
||||
unireader:setglobalzoom_mode(1-re)
|
||||
end
|
||||
unireader:redrawCurrentPage()
|
||||
|
||||
Reference in New Issue
Block a user