Bug 828829 - Remove dump() from DataReportingService.js; r=trivial

This commit is contained in:
Gregory Szorc 2013-01-11 23:34:57 -08:00
parent d02ffc2c84
commit a602b2e45a

View File

@ -165,7 +165,6 @@ DataReportingService.prototype = Object.freeze({
try {
this._loadHealthReporter();
} catch (ex) {
dump("Error loading health reporter: " + ex);
this._healthReporter = null;
}