Skip to content

Commit

Permalink
Remove useless logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Mar 14, 2024
1 parent dda328f commit d98d46b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/codemeta_generation.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const getJsonldCustomLoader = contexts => {
return url => {
const xhrDocumentLoader = jsonld.documentLoaders.xhr();
if (url in contexts) {
console.log(contexts);
return {
contextUrl: null,
document: contexts[url],
Expand Down

0 comments on commit d98d46b

Please sign in to comment.