Skip to content

Commit c339f67

Browse files
authored
fix(gatsby-plugin-sitemap): Remove reporter.verbose calls (#31448)
1 parent d95b258 commit c339f67

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/gatsby-plugin-sitemap/src/gatsby-node.js

-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ exports.onPostBuild = async (
2121
) => {
2222
const { data: queryRecords } = await graphql(query)
2323

24-
reporter.verbose(
25-
`${REPORTER_PREFIX} Query Results:\n${JSON.stringify(
26-
queryRecords,
27-
null,
28-
2
29-
)}`
30-
)
31-
3224
// resolvePages and resolveSuteUrl are allowed to be sync or async. The Promise.resolve handles each possibility
3325
const allPages = await Promise.resolve(
3426
resolvePages(queryRecords)

0 commit comments

Comments
 (0)