From 4ba96725915172f33fd320ac017a822049428f64 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 19 Apr 2011 12:01:43 +0000 Subject: obsolete badges --- index.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 18a4b4d..e24dd4e 100644 --- a/index.php +++ b/index.php @@ -209,16 +209,6 @@ if ($total > 0) { } } -// feedback labels -$badges = array( - 'uploaded' => 'Congrats %s! \o/', - 'failure' => 'Booooo! /o\\', - 'todo' => '', - 'building' => '', - 'partial' => '', - 'built' => '' -); - foreach ($stats as $k => $v) { Header("X-BS-Queue-$k: $v"); } @@ -338,7 +328,6 @@ if ($total > 0) { @$buildtime_stats[$tdiff] += 1; } $s .= ''; - //$s .= '' . sprintf($badges[$p['type']], $p['user']) . ''; $s .= ''; } // Table -- cgit v1.2.1