From efffae848afa85ec34bc9e51861f9b81ea71dd5a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 24 Feb 2017 09:20:21 +0000 Subject: [PATCH] remove debugging --- sourcing/model.py | 1 - 1 file changed, 1 deletion(-) 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)