From 9dd54e99cc07e0df67a40b0432436d01e8a55a52 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 10 May 2012 18:41:39 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/display/cfi.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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