diff --git a/sourcing/model.py b/sourcing/model.py index 57ee772..94b5ab6 100644 --- a/sourcing/model.py +++ b/sourcing/model.py @@ -223,7 +223,6 @@ class XanaLink(Item): facet1, facet2 = link['facets'] link_type, _, ident = facet1[0].partition(': ') item = Item.from_external(ident) - print(ident, item) ident2, start, length = parse_span(facet2[0]) source_of_title = SourceDoc.from_external(ident2)