* public/v2/app.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@185575
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-06-15 Ryosuke Niwa <rniwa@webkit.org>
+
+ Removed a superfluous console.log per Chris's comment.
+
+ * public/v2/app.js:
+
2015-06-15 Ryosuke Niwa <rniwa@webkit.org>
Analysis task should show all possible revisions for A/B testing
for (var repositoryId in repositoryToRevisions) {
var revisions = repositoryToRevisions[repositoryId].revisions;
repositoryToIndex[repositoryId] = commitsPromises.length;
- console.log(repositoryId)
commitsPromises.push(CommitLogs.fetchCommits(repositoryId, revisions[0].value, revisions[revisions.length - 1].value));
}