diff --git a/gatsby-node.js b/gatsby-node.js index 3e520a5656..13ee4c3bd7 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -469,7 +469,6 @@ exports.onCreateNode = ({ node, getNode, actions }) => { * Todo, create a page for the git hash. */ - // Releases and Changelog Content var nodeString = node.internal.type.toString() var isReleaseJson = nodeString.includes("ReleasesJson")