mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Cleaning up debugging code
This commit is contained in:
parent
0cf3dc0545
commit
834e20d774
@ -105,7 +105,6 @@ class Fields(object):
|
|||||||
|
|
||||||
def __call__(self, doc, log):
|
def __call__(self, doc, log):
|
||||||
all_ids = frozenset(XPath('//*/@w:id')(doc))
|
all_ids = frozenset(XPath('//*/@w:id')(doc))
|
||||||
# import pydevd;pydevd.settrace()
|
|
||||||
c = 0
|
c = 0
|
||||||
while self.index_bookmark_prefix in all_ids:
|
while self.index_bookmark_prefix in all_ids:
|
||||||
c += 1
|
c += 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user