Remove unnecessary console log.
This commit is contained in:
@@ -53,7 +53,6 @@ export const requestForToken = () => {
|
|||||||
})
|
})
|
||||||
.then((currentToken) => {
|
.then((currentToken) => {
|
||||||
if (currentToken) {
|
if (currentToken) {
|
||||||
console.log("current token for client: ", currentToken);
|
|
||||||
window.sessionStorage.setItem("fcmtoken", currentToken);
|
window.sessionStorage.setItem("fcmtoken", currentToken);
|
||||||
// Perform any other necessary action with the token
|
// Perform any other necessary action with the token
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user