mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Stop logging.
This commit is contained in:
@@ -838,9 +838,6 @@ export default class GitRepositoryAsync {
|
||||
return Promise.all(repos.map(repo => this._getSubmoduleStatus(repo)))
|
||||
})
|
||||
.then(statuses => _.extend({}, ...statuses))
|
||||
.then(statuses => {
|
||||
console.log(statuses)
|
||||
})
|
||||
}
|
||||
|
||||
// Refresh the cached status.
|
||||
|
||||
Reference in New Issue
Block a user