Remove debug

main
bashrc 2026-04-24 10:34:14 +01:00
parent de5a8ff61d
commit fc4626bb51
1 changed files with 1 additions and 1 deletions

View File

@ -2304,7 +2304,7 @@ class JsonLdProcessor(object):
bnode_path = self._hash_paths( bnode_path = self._hash_paths(
bnode, bnodes, namer, path_namer) bnode, bnodes, namer, path_namer)
except BaseException: except BaseException:
print('WARN: jsonld bnode_path failed ' + str(bnode)) pass
if bnode_path: if bnode_path:
results.append(bnode_path) results.append(bnode_path)