Skip to content

Commit

Permalink
fix(gatsby): remove unused console.log (#36713) (#36716)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c5f2ef)

Co-authored-by: Roman Yasel <strogofcdm@gmail.com>
  • Loading branch information
ViCo0TeCH and yasell committed Sep 30, 2022
1 parent 9f4c0b9 commit 6eefacf
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 6eefacf

Please sign in to comment.