Cleaning up debugging code

This commit is contained in:
Peter Garst 2014-05-31 16:05:50 -07:00
parent 0cf3dc0545
commit 834e20d774

View File

@ -105,7 +105,6 @@ class Fields(object):
def __call__(self, doc, log):
all_ids = frozenset(XPath('//*/@w:id')(doc))
# import pydevd;pydevd.settrace()
c = 0
while self.index_bookmark_prefix in all_ids:
c += 1