Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 5d27b8c

Browse files
author
sw-yx
committed
remove console.log after testing on kentcdodds.com
1 parent 04eb7e1 commit 5d27b8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/detectors/gatsby.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = function() {
2727
}
2828
}
2929

30-
console.log({ npmCommand, scripts })
3130
const yarnExists = existsSync('yarn.lock')
3231
return {
3332
command: yarnExists ? 'yarn' : 'npm',

0 commit comments

Comments
 (0)