Skip to content

Commit 9c5f2ef

Browse files
authored
fix(gatsby): remove unused console.log (#36713)
1 parent 856386e commit 9c5f2ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/gatsby/cache-dir/loader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,6 @@ export class ProdLoader extends BaseLoader {
861861
if (result.status !== PageResourceStatus.Success) {
862862
return Promise.resolve()
863863
}
864-
console.log({ result })
865864
const pageData = result.payload
866865
const chunkName = pageData.componentChunkName
867866
const componentUrls = createComponentUrls(chunkName)

0 commit comments

Comments
 (0)