summary refs log tree commit diff
path: root/synapse/metrics
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-09-14 15:12:36 +0100
committerErik Johnston <erik@matrix.org>2018-09-14 15:12:36 +0100
commitd0f6c1ce2189693db40a385f9ff19bdbbc5c87cf (patch)
tree9ee8b4037458427073a475ad200c426e8b3a798c /synapse/metrics
parentMeasure outbound requests (diff)
downloadsynapse-d0f6c1ce2189693db40a385f9ff19bdbbc5c87cf.tar.xz
Remove spurious comment
Diffstat (limited to 'synapse/metrics')
-rw-r--r--synapse/metrics/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/metrics/__init__.py b/synapse/metrics/__init__.py
index 98333b2048..59900aa5d1 100644
--- a/synapse/metrics/__init__.py
+++ b/synapse/metrics/__init__.py
@@ -107,8 +107,6 @@ class InFlightGauge(object):
             will update.
     """
 
-    # TODO: Expand this to
-
     def __init__(self, name, desc, labels, sub_metrics):
         self.name = name
         self.desc = desc