Remove unnecessary console log.

This commit is contained in:
Patrick Fic
2022-09-01 16:48:29 -07:00
parent e10196bb62
commit c0973b6098

View File

@@ -53,7 +53,6 @@ export const requestForToken = () => {
})
.then((currentToken) => {
if (currentToken) {
console.log("current token for client: ", currentToken);
window.sessionStorage.setItem("fcmtoken", currentToken);
// Perform any other necessary action with the token
} else {