From 3d3ea178cb341d4e78ed8474b78fa6d517abbc15 Mon Sep 17 00:00:00 2001
From: Martin Burchell <martinb@aptivate.org>
Date: Fri, 14 Jun 2019 17:47:40 +0100
Subject: [PATCH] Remove comment from script

---
 bin/produce_stats.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/produce_stats.py b/bin/produce_stats.py
index 1ab025db..c28b6511 100755
--- a/bin/produce_stats.py
+++ b/bin/produce_stats.py
@@ -4,6 +4,5 @@ import hotshot.stats
 import sys
 
 stats = hotshot.stats.load(sys.argv[1])
-#stats.strip_dirs()
 stats.sort_stats('time', 'calls')
 stats.print_stats(2000)
-- 
GitLab