8000 remove unnecessary log · Jerry-goodboy/vue-cli@79a2648 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79a2648

Browse files
committed
remove unnecessary log
1 parent 57b2d08 commit 79a2648

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/vue-init

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ function checkDistBranch (template, cb) {
130130
var hasDist = JSON.parse(body).some(function (branch) {
131131
return branch.name === 'dist'
132132
})
133-
if (!hasDist) {
134-
console.log(JSON.parse(body))
135-
}
136133
return cb(hasDist ? template + '#dist' : template)
137134
}
138135
})

0 commit comments

Comments
 (0)
0