Skip to content

Commit

Permalink
chore(gatsby-source-filesystem): Remove debug message (#16245)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored and GatsbyJS Bot committed Jul 31, 2019
1 parent d1d5bba commit 3dd4807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby-source-filesystem/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ exports.sourceNodes = (
{ actions, getNode, createNodeId, reporter, emitter },
pluginOptions
) => {
reporter.info(`Creating GraphQL type definition for File`)
const { createNode, createTypes, deleteNode } = actions

const typeDefs = `
Expand Down

0 comments on commit 3dd4807

Please sign in to comment.