remove rogue debug

This commit is contained in:
Matthew Hodgson 2017-11-16 13:09:53 +00:00 committed by GitHub
parent d0a0a9ce7f
commit 3e13a919ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,6 @@ export class NotificationsEnabledController extends SettingController {
if (!Notifier.isPossible()) return false;
if (calculatedValue === null) {
console.log(isMasterRuleEnabled());
return isMasterRuleEnabled();
}