From ad68e1bb0e3a3387850ccc45912a3ce468184a37 Mon Sep 17 00:00:00 2001 From: Abby Wheelis Date: Mon, 6 Nov 2023 12:16:57 -0700 Subject: [PATCH] remove old alerts we still have the information through debug statements --- www/js/splash/pushNotifySettings.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/js/splash/pushNotifySettings.ts b/www/js/splash/pushNotifySettings.ts index a755f7bfe..e39849f7a 100644 --- a/www/js/splash/pushNotifySettings.ts +++ b/www/js/splash/pushNotifySettings.ts @@ -90,7 +90,6 @@ const registerPromise = function () { const registerPush = function () { registerPromise() .then(function (t) { - // alert("Token = "+JSON.stringify(t)); logDebug('Token = ' + JSON.stringify(t)); return window['cordova'].plugins.BEMServerSync.getConfig() .then( @@ -112,7 +111,6 @@ const registerPush = function () { }); }) .then(function (t) { - // alert("Finished saving token = "+JSON.stringify(t.token)); logDebug('Finished saving token = ' + JSON.stringify(t.token)); }) .catch(function (error) {