Skip to content

Commit

Permalink
remove old alerts
Browse files Browse the repository at this point in the history
we still have the information through debug statements
  • Loading branch information
Abby Wheelis committed Nov 6, 2023
1 parent c25ebb6 commit ad68e1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/js/splash/pushNotifySettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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) {
Expand Down

0 comments on commit ad68e1b

Please sign in to comment.