diff --git a/toolkit/components/social/SocialService.jsm b/toolkit/components/social/SocialService.jsm index 6e8420e3806a..434421c29ec5 100644 --- a/toolkit/components/social/SocialService.jsm +++ b/toolkit/components/social/SocialService.jsm @@ -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) {