remove debugging

This commit is contained in:
Edward Betts 2017-02-24 09:20:21 +00:00
parent a901679c0f
commit efffae848a

View file

@ -223,7 +223,6 @@ class XanaLink(Item):
facet1, facet2 = link['facets'] facet1, facet2 = link['facets']
link_type, _, ident = facet1[0].partition(': ') link_type, _, ident = facet1[0].partition(': ')
item = Item.from_external(ident) item = Item.from_external(ident)
print(ident, item)
ident2, start, length = parse_span(facet2[0]) ident2, start, length = parse_span(facet2[0])
source_of_title = SourceDoc.from_external(ident2) source_of_title = SourceDoc.from_external(ident2)