remove debugging
This commit is contained in:
		
							parent
							
								
									a901679c0f
								
							
						
					
					
						commit
						efffae848a
					
				| 
						 | 
					@ -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)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue