Skip to content

Commit

Permalink
fix(gatsby-plugin-sitemap): Remove reporter.verbose calls (#31448)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored May 17, 2021
1 parent d95b258 commit c339f67
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/gatsby-plugin-sitemap/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ exports.onPostBuild = async (
) => {
const { data: queryRecords } = await graphql(query)

reporter.verbose(
`${REPORTER_PREFIX} Query Results:\n${JSON.stringify(
queryRecords,
null,
2
)}`
)

// resolvePages and resolveSuteUrl are allowed to be sync or async. The Promise.resolve handles each possibility
const allPages = await Promise.resolve(
resolvePages(queryRecords)
Expand Down

0 comments on commit c339f67

Please sign in to comment.