Commit 95c563ff authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Add debug

parent fda97764
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -308,6 +308,7 @@ class Document:
			After the update, the clauses are stored in the document object.
		"""
		printInfo('Updating links in clauses')
		veryVerbose = True

		# Build the link target dictionary. Mapping anchor -> clause
		linkTargets:dict[str, Clause] = {}