Skip to content

Commit e3a4be1

Browse files
committed
fixes
1 parent 1abe592 commit e3a4be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparqlunicorn_ontdoc/doc/docutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def resolveUnitValue(graph,obj,tuppredstr,tupobjstr,foundval,foundunit):
190190
if str(valtup[0]) in DocConfig.unitproperties:
191191
foundunit = str(valtup[1])
192192
elif str(valtup[0]) in DocConfig.valueproperties:
193-
print("Valtup[0]: "+str(valtup[0]))
193+
#print("Valtup[0]: "+str(valtup[0]))
194194
if isinstance(valtup[1], Literal):
195195
foundval = str(valtup[1])
196196
elif isinstance(valtup[1], URIRef):

0 commit comments

Comments
 (0)