mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-04 19:10:01 -05:00
chore: remove log [ci skip]
This commit is contained in:
@@ -66,7 +66,6 @@ exports.hasProjectGit = (cwd) => {
|
||||
} catch (e) {
|
||||
result = false
|
||||
}
|
||||
console.log('hasProjectGit', cwd, result)
|
||||
_gitProjects.set(cwd, result)
|
||||
return result
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user