Skip to content

Commit 78d2f0f

Browse files
committed
The additional log was just noise
1 parent be69524 commit 78d2f0f

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/ssg/lib/fileSystemHelpers.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,6 @@ const atomicFS = (() => {
8585
`)
8686
await sleep(delayMS)
8787
continue
88-
} else {
89-
console.log(`
90-
+ + + +
91-
Caught other error or maxRetries is reached (${i}/${maxRetries})
92-
93-
function:
94-
`)
95-
console.log(fn.toString())
96-
console.log(`
97-
98-
error:
99-
`)
100-
console.log(error)
101-
console.log(`
102-
+ + + +
103-
`)
10488
}
10589
throw error
10690
}

0 commit comments

Comments
 (0)