Skip to content

Commit 7b7c471

Browse files
committed
Remove console.log
1 parent b8ccb86 commit 7b7c471

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gatsby-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ exports.createPages = ({ actions, graphql }) => {
3030

3131
posts.forEach(edge => {
3232
const id = edge.node.id;
33-
console.log("SLUG", edge.node.fields.slug);
3433
createPage({
3534
path: edge.node.fields.slug,
3635
component: path.resolve(

0 commit comments

Comments
 (0)