From fc4626bb513c88f24de2eefa484a13fcf1a6013b Mon Sep 17 00:00:00 2001 From: bashrc Date: Fri, 24 Apr 2026 10:34:14 +0100 Subject: [PATCH] Remove debug --- pyjsonld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyjsonld.py b/pyjsonld.py index a055c00ca..6d1680fa4 100644 --- a/pyjsonld.py +++ b/pyjsonld.py @@ -2304,7 +2304,7 @@ class JsonLdProcessor(object): bnode_path = self._hash_paths( bnode, bnodes, namer, path_namer) except BaseException: - print('WARN: jsonld bnode_path failed ' + str(bnode)) + pass if bnode_path: results.append(bnode_path)