From fdfd806208042d84424d3e604425be33ca646da6 Mon Sep 17 00:00:00 2001 From: jasplin Date: Wed, 9 Feb 2011 07:56:49 +0100 Subject: Removed unused data from JSON output. --- scripts/getrankings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/getrankings.py b/scripts/getrankings.py index f725d21..cd6b4af 100644 --- a/scripts/getrankings.py +++ b/scripts/getrankings.py @@ -130,7 +130,6 @@ class GetRankings: 'branch': self.branch, 'benchmarks': self.benchmarks, 'metrics': self.metrics, - 'sha1s': self.sha1_infos, 'snapshots': map( lambda s: (idToText("sha1", s[0]), s[1]), self.snapshots), 'rankings': self.rankings -- cgit v1.2.3