Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
chore: console log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Feb 26, 2021
1 parent 3631a91 commit e9b1eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/gatsby-remark-videos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = ({ markdownAST }) => {
}" class="wistia_embed" frameborder="0" style="position: absolute; top: 0; left: 0; height: 100%; width: 100%;" />
</div>
`.trim();
console.log(node);
});

return markdownAST;
Expand Down

0 comments on commit e9b1eb5

Please sign in to comment.