Skip to content

Commit

Permalink
fix(gatsby): remove unused console.log (#36713)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasell authored Sep 29, 2022
1 parent 856386e commit 9c5f2ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/cache-dir/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,6 @@ export class ProdLoader extends BaseLoader {
if (result.status !== PageResourceStatus.Success) {
return Promise.resolve()
}
console.log({ result })
const pageData = result.payload
const chunkName = pageData.componentChunkName
const componentUrls = createComponentUrls(chunkName)
Expand Down

0 comments on commit 9c5f2ef

Please sign in to comment.