Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
raae committed Apr 28, 2022
1 parent 3588a1f commit 3bd216b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gatsby-remark-oembed/utils/selectPossibleOembedLinkNodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ const selectPossibleOembedLinkNodes = (markdownAST, usePrefix = false) => {
node.children.length === 1 &&
node.children[0].type === "text"
) {
const { url } = node;
console.log("Found possible oEmbed url", url);

possibleOembedLinkNodes.push(node);
}
});
Expand Down

0 comments on commit 3bd216b

Please sign in to comment.