Signed-off-by: Dylan Baker <[email protected]>
---
 templates/index.mako | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/templates/index.mako b/templates/index.mako
index 1ca46d3..5a202cc 100644
--- a/templates/index.mako
+++ b/templates/index.mako
@@ -68,10 +68,6 @@
             ${line['text']}
           % endif
           </td>
-        % elif line['type'] == "subtestResult":
-          <td class="${line['class']}">
-            ${line['text']}
-          </td>
         % elif line['type'] == "other":
           ${line['text']}
         % endif
-- 
2.1.3

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to