summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2011-02-09 07:56:49 +0100
committerjasplin <qt-info@nokia.com>2011-02-09 07:56:49 +0100
commitfdfd806208042d84424d3e604425be33ca646da6 (patch)
tree8951c196e2b05a812b7204f3e8d8edf169f19480 /scripts
parent7a2e5cc1f32a49d52384b311853c79b526738778 (diff)
Removed unused data from JSON output.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/getrankings.py1
1 files changed, 0 insertions, 1 deletions
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