diff --git a/services/datareporting/DataReportingService.js b/services/datareporting/DataReportingService.js index a3fb72a6465..0cba58dc189 100644 --- a/services/datareporting/DataReportingService.js +++ b/services/datareporting/DataReportingService.js @@ -165,7 +165,6 @@ DataReportingService.prototype = Object.freeze({ try { this._loadHealthReporter(); } catch (ex) { - dump("Error loading health reporter: " + ex); this._healthReporter = null; }