summary refs log tree commit diff
path: root/synapse/metrics/_gc.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/metrics/_gc.py')
-rw-r--r--synapse/metrics/_gc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/metrics/_gc.py b/synapse/metrics/_gc.py

index b7d47ce3e7..a22c4e5bbd 100644 --- a/synapse/metrics/_gc.py +++ b/synapse/metrics/_gc.py
@@ -139,7 +139,6 @@ def install_gc_manager() -> None: class PyPyGCStats(Collector): def collect(self) -> Iterable[Metric]: - # @stats is a pretty-printer object with __str__() returning a nice table, # plus some fields that contain data from that table. # unfortunately, fields are pretty-printed themselves (i. e. '4.5MB').