summaryrefslogtreecommitdiffstats
path: root/suite
diff options
context:
space:
mode:
authorStuart Scott <stuartscott@google.com>2013-04-01 13:53:35 -0700
committerStuart Scott <stuartscott@google.com>2013-04-01 13:53:35 -0700
commitb54be8853385d7a016c0b1e33c00ded27fdf1f18 (patch)
tree76185827388f889569d2b66ad576e76df1c32fcf /suite
parent329222ef72745e2212652310d92c08abd5460b4c (diff)
downloadplatform_cts-b54be8853385d7a016c0b1e33c00ded27fdf1f18.tar.gz
platform_cts-b54be8853385d7a016c0b1e33c00ded27fdf1f18.tar.bz2
platform_cts-b54be8853385d7a016c0b1e33c00ded27fdf1f18.zip
Small fixes in tools.
Change-Id: I8373393cf017458e7bf9d8aa0adef1ab9eafd2bd
Diffstat (limited to 'suite')
-rwxr-xr-xsuite/pts/utils/grapher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/suite/pts/utils/grapher.py b/suite/pts/utils/grapher.py
index e6dfe05306f..e3266124209 100755
--- a/suite/pts/utils/grapher.py
+++ b/suite/pts/utils/grapher.py
@@ -66,7 +66,6 @@ def main(argv):
name = r['device']
lbl = name + ' (%s)'%score
clr = colors.get(name, "#%06X" % (hash(name) % 0xFFFFFF))
- print clr
# Plot the workload vs the values
ax.plot(x, y, 'o-', label=lbl, color=clr)
# Add a legend