git-cl: Report known project urls.

Bug: 832386
Change-Id: I80bffe3df1b3097ca2d3939d101eb617f3077901
Reviewed-on: https://chromium-review.googlesource.com/1150442
Reviewed-by: Aaron Gable <agable@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
This commit is contained in:
Edward Lemur
2018-07-25 21:31:23 +00:00
committed by Commit Bot
parent 01ce05914f
commit ad463c9517
2 changed files with 2 additions and 2 deletions

View File

@@ -117,8 +117,6 @@ class MetricsCollector(object):
return self._collecting_metrics
def add(self, name, value):
if not self.collecting_metrics:
return
with self._metrics_lock:
self._reported_metrics[name] = value