From 6354d168576f22d6edb96db8ffc541f67e67e216 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Sun, 4 Feb 2024 17:15:11 -0400 Subject: [PATCH] remove commented code --- src/sugar/plugins/stats.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sugar/plugins/stats.py b/src/sugar/plugins/stats.py index cdf1fe4..12bd8a2 100644 --- a/src/sugar/plugins/stats.py +++ b/src/sugar/plugins/stats.py @@ -23,11 +23,6 @@ CHART_TIME_INTERVAL = 1 -# def _date_formatter(value, value_delta): -# """Format X axis for date format.""" -# return time.strftime("%H:%M:%S", time.gmtime(value_delta)) - - class StatsPlot: """Plot containers statistic data."""