Small fixes in tools.

Change-Id: I8373393cf017458e7bf9d8aa0adef1ab9eafd2bd
diff --git a/suite/pts/utils/grapher.py b/suite/pts/utils/grapher.py
index e6dfe05..e326612 100755
--- a/suite/pts/utils/grapher.py
+++ b/suite/pts/utils/grapher.py
@@ -66,7 +66,6 @@
           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
diff --git a/tools/tradefed-host/res/report/cts_result.xsl b/tools/tradefed-host/res/report/cts_result.xsl
index b924d2f..0c38be1 100644
--- a/tools/tradefed-host/res/report/cts_result.xsl
+++ b/tools/tradefed-host/res/report/cts_result.xsl
@@ -526,11 +526,6 @@
                                                             <xsl:value-of select="@result"/>
                                                         </div>
                                                     </TD>
-                                                    <TD class="failuredetails">
-                                                        <div class="details">
-                                                            <xsl:value-of select="FailedScene/@message"/>
-                                                        </div>
-                                                    </TD>
                                                     <TD class="failuredetails"></TD>
                                                 </xsl:if>