diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc
index 2ebd492a7e..34acbb76a1 100644
--- a/html/ops/db_ops.inc
+++ b/html/ops/db_ops.inc
@@ -546,7 +546,7 @@ function host_user_link($hostid)
function outcome_color($s) {
switch($s) {
- case 0: return 'eeeeee'; // unknown (server state not over probably)
+ // case 0: return 'eeeeee'; // unknown (server state not over probably)
case 1: return '33cc33'; // "Success"
case 3: return 'ff3333'; // "Client error"
}