chore: clean up console logs
This commit is contained in:
@@ -454,10 +454,6 @@ export default class HelpNotificationsView extends Vue {
|
||||
* Useful for troubleshooting push notification issues and verifying subscription status.
|
||||
*/
|
||||
alertWebPushSubscription() {
|
||||
// console.log(
|
||||
// "Web push subscription:",
|
||||
// JSON.parse(JSON.stringify(this.subscriptionJSON)), // gives more info than plain console logging
|
||||
// );
|
||||
alert(JSON.stringify(this.subscriptionJSON));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user