Don't log anymore.

This commit is contained in:
joshaber
2015-12-02 13:54:53 -05:00
parent 8a6ab81325
commit aa31c6c96f

View File

@@ -186,7 +186,6 @@ module.exports = class GitRepositoryAsync {
const status = this.repoPromise
.then(repo => repo.getStatus())
.then(statuses => {
console.log(Object.keys(statuses))
// update the status cache
const statusPairs = statuses.map(status => [status.path(), status.statusBit()])
return Promise.all(statusPairs)