mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
remove rogue debug
This commit is contained in:
parent
d0a0a9ce7f
commit
3e13a919ed
@ -40,7 +40,6 @@ export class NotificationsEnabledController extends SettingController {
|
|||||||
if (!Notifier.isPossible()) return false;
|
if (!Notifier.isPossible()) return false;
|
||||||
|
|
||||||
if (calculatedValue === null) {
|
if (calculatedValue === null) {
|
||||||
console.log(isMasterRuleEnabled());
|
|
||||||
return isMasterRuleEnabled();
|
return isMasterRuleEnabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user