Bug 1320590 - remove reportError for microcode detection since AMD cpu's don't always have the registry key that is checked. r=felipc

This commit is contained in:
Robert Strong 2016-11-27 14:09:37 -08:00
parent f679e2cf8e
commit 2251b023e9

View File

@ -86,7 +86,6 @@ function startup() {
if (i == keyNames.length - 1) {
// The registry key name's value was not successfully queried.
cpuRevMatch = null;
Cu.reportError("Error getting CPU revision. Exception: " + e);
TelemetryLog.log("AUSHELPER_CPU_REV_ERROR", [e]);
}
}