We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95b258 commit c339f67Copy full SHA for c339f67
packages/gatsby-plugin-sitemap/src/gatsby-node.js
@@ -21,14 +21,6 @@ exports.onPostBuild = async (
21
) => {
22
const { data: queryRecords } = await graphql(query)
23
24
- reporter.verbose(
25
- `${REPORTER_PREFIX} Query Results:\n${JSON.stringify(
26
- queryRecords,
27
- null,
28
- 2
29
- )}`
30
- )
31
-
32
// resolvePages and resolveSuteUrl are allowed to be sync or async. The Promise.resolve handles each possibility
33
const allPages = await Promise.resolve(
34
resolvePages(queryRecords)
0 commit comments