Skip to content

Commit f7d379a

Browse files
committed
Remove debug
1 parent dafe92d commit f7d379a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/gatsby-transformer-remark/src/gatsby-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ async function onNodeCreate({
2626
return
2727
}
2828

29-
console.log("loadNodeContent", loadNodeContent)
3029
const content = await loadNodeContent(node)
3130
const data = grayMatter(content)
3231
const contentDigest = crypto

0 commit comments

Comments
 (0)