Skip to content

Commit 07ee464

Browse files
author
JF
committed
clean console.log
1 parent 66ce30a commit 07ee464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hydra/parseHydraDocumentation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ export default function parseHydraDocumentation(entrypointUrl, options = {}) {
493493
)
494494
.then(({ api, response, status }) => {
495495
return addFilters(api).then(api => {
496-
console.log(api);
497496
return { api, response, status };
498497
});
499498
});

0 commit comments

Comments
 (0)