diff --git a/bin/produce_stats.py b/bin/produce_stats.py
index 1ab025db0368c5780ef027fbb1fae3573428a3b1..c28b6511f504233a0b592794e070c300b7b5d57d 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)