Skip to content

Commit 70148ff

Browse files
committed
Remove debugging.
1 parent f9750d7 commit 70148ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/pyld/jsonld.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ def load_document(url):
389389
('Accept', 'application/ld+json, application/json'),
390390
('Accept-Encoding', 'deflate')]
391391

392-
print('URLGO', url)
393392
with closing(url_opener.open(url)) as handle:
394393
content_encoding = handle.info().get('Content-Encoding', '')
395394
if content_encoding == 'gzip':
@@ -427,7 +426,6 @@ def load_document(url):
427426
except JsonLdError as e:
428427
raise e
429428
except Exception as cause:
430-
print('URLERR', url)
431429
raise JsonLdError(
432430
'Could not retrieve a JSON-LD document from the URL.',
433431
'jsonld.LoadDocumentError', code='loading document failed',

0 commit comments

Comments
 (0)