From 0491289da8f9a54ba052ab06e6237cf49d83d841 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 19 Dec 2011 13:57:01 -0800 Subject: [PATCH] Back out 259262c87f23 (bug 711263) because of test failures --- services/sync/modules/addonsreconciler.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/sync/modules/addonsreconciler.js b/services/sync/modules/addonsreconciler.js index ec736da410bb..87558509d1a3 100644 --- a/services/sync/modules/addonsreconciler.js +++ b/services/sync/modules/addonsreconciler.js @@ -633,9 +633,7 @@ AddonsReconciler.prototype = { } } - let cb = Async.makeSpinningCallback(); - this.saveState(null, cb); - cb.wait(); + this.saveState(null, null); } catch (ex) { this._log.warn("Exception: " + Utils.exceptionStr(ex));