Skip to content

Commit

Permalink
removing console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pkinchla committed Feb 25, 2022
1 parent 38abb22 commit 8faf154
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ function HTMLToAtjson(html) {
.canonical()
.toJSON();

console.log(JSON.stringify(source, null, 2));

const annotations = source.annotations
.filter((item) => !item.type.startsWith('-html'))
.map((item) => {
Expand Down

0 comments on commit 8faf154

Please sign in to comment.