Bug 1120288 remove unnecessary notifyAddonChanged call

This commit is contained in:
Shane Caraveo 2015-03-10 08:35:36 -07:00
parent 1fada52428
commit 7250ddd6e7

View File

@ -439,7 +439,6 @@ this.SocialService = {
// correctly.
addon.pendingOperations -= AddonManager.PENDING_DISABLE;
AddonManagerPrivate.callAddonListeners("onDisabled", addon);
AddonManagerPrivate.notifyAddonChanged(addon.id, ADDON_TYPE_SERVICE, false);
}
this.getOrderedProviderList(function (providers) {