mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 06:22:33 +00:00
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:
parent
f679e2cf8e
commit
2251b023e9
1
browser/extensions/aushelper/bootstrap.js
vendored
1
browser/extensions/aushelper/bootstrap.js
vendored
@ -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]);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user