From a86d3b6d94070587bb17049a2579bf19742c463e Mon Sep 17 00:00:00 2001 From: joshaber Date: Thu, 7 Jan 2016 12:44:56 -0500 Subject: [PATCH] Stop logging. --- src/git-repository-async.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/git-repository-async.js b/src/git-repository-async.js index 7dfe378c3..2e418a294 100644 --- a/src/git-repository-async.js +++ b/src/git-repository-async.js @@ -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.