mirror of
https://github.com/atom/atom.git
synced 2026-02-02 18:55:17 -05:00
Don't log anymore.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user