Bug 619169: never clear logs, even on resetService. r=philiKON

This commit is contained in:
Richard Newman 2010-12-15 14:36:53 -08:00
parent 934537cfd6
commit 8f877cf0e3

View File

@ -1958,9 +1958,7 @@ WeaveSvc.prototype = {
*/
resetService: function WeaveSvc_resetService()
this._catch(this._notify("reset-service", "", function() {
// First drop old logs to track client resetting behavior
this.clearLogs();
this._log.info("Logs reinitialized for service reset");
this._log.info("Service reset.");
// Pretend we've never synced to the server and drop cached data
this.syncID = "";