cleanup: remove debug info

This commit is contained in:
chrox
2013-02-19 15:05:35 +08:00
parent f4614db988
commit 25d8d24775

View File

@@ -69,7 +69,7 @@ end
function ReaderCropping:onSetZoomMode(mode)
if not self.cropping_zoommode and mode then
DEBUG("backup zoom mode", mode)
--DEBUG("backup zoom mode", mode)
self.orig_zoom_mode = mode
end
end