Bug 1570945 - Remove unnecessary default case in AboutLoginsParent.jsm. r=MattN

I'm going to investigate enabling no-fallthrough in eslint to prevent these from happening again.

Differential Revision: https://phabricator.services.mozilla.com/D40708

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-08-06 17:02:10 +00:00
parent 2d23034c48
commit 53d5e7bfe9

View File

@ -376,8 +376,6 @@ var AboutLoginsParent = {
return;
}
this.messageSubscribers("AboutLogins:LoginRemoved", login);
}
default: {
break;
}
}