chore: remove log [ci skip]

This commit is contained in:
Evan You
2018-07-17 17:00:17 -04:00
parent b916c32a66
commit a748c26b63
@@ -66,7 +66,6 @@ exports.hasProjectGit = (cwd) => {
} catch (e) {
result = false
}
console.log('hasProjectGit', cwd, result)
_gitProjects.set(cwd, result)
return result
}