Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 23, 2016
1 parent 57b2d08 commit 79a2648
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/vue-init
Original file line number Diff line number Diff line change
@@ -130,9 +130,6 @@ function checkDistBranch (template, cb) {
var hasDist = JSON.parse(body).some(function (branch) {
return branch.name === 'dist'
})
if (!hasDist) {
console.log(JSON.parse(body))
}
return cb(hasDist ? template + '#dist' : template)
}
})

0 comments on commit 79a2648

Please sign in to comment.