You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
remove rogue debug
This commit is contained in:
@@ -40,7 +40,6 @@ export class NotificationsEnabledController extends SettingController {
|
||||
if (!Notifier.isPossible()) return false;
|
||||
|
||||
if (calculatedValue === null) {
|
||||
console.log(isMasterRuleEnabled());
|
||||
return isMasterRuleEnabled();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user