Skip to content

Commit

Permalink
Remove logging from build
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Nov 7, 2023
1 parent ddbf1b2 commit 46ae7d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,6 @@ exports.createPages = async ({ graphql, actions: { createPage } }) => {
}
)
)
console.log(languagesByCS)
console.log(conceptSchemes.data.allConceptScheme.edges)
const indexData = await Promise.all(
conceptSchemes.data.allConceptScheme.edges.map(({ node: cs }) => ({
id: cs.id,
Expand Down

0 comments on commit 46ae7d4

Please sign in to comment.