diff --git a/src/calibre/ebooks/oeb/display/cfi.coffee b/src/calibre/ebooks/oeb/display/cfi.coffee index 8efc6866b5..7f8acb23f1 100644 --- a/src/calibre/ebooks/oeb/display/cfi.coffee +++ b/src/calibre/ebooks/oeb/display/cfi.coffee @@ -390,7 +390,7 @@ class CanonicalFragmentIdentifier while true target = cdoc.elementFromPoint x, y if not target or target.localName == 'html' - log("No element at (#{ x }, #{ y })") + # log("No element at (#{ x }, #{ y })") return null name = target.localName