summaryrefslogtreecommitdiff
path: root/src/glean/treadpixperf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glean/treadpixperf.cpp')
-rw-r--r--src/glean/treadpixperf.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/glean/treadpixperf.cpp b/src/glean/treadpixperf.cpp
index 813dfdb..836056c 100644
--- a/src/glean/treadpixperf.cpp
+++ b/src/glean/treadpixperf.cpp
@@ -476,13 +476,6 @@ ReadpixPerfTest::compareOne(ReadpixPerfResult &oldR,
}
}
}
- else {
- // one test or the other failed
- env->log << "\tNew: ";
- env->log << (newR.pass ? "PASS" : "FAIL");
- env->log << "\tOld: ";
- env->log << (oldR.pass ? "PASS" : "FAIL");
- }
}