Skip to content

Commit

Permalink
CW-service-worker-performance Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerPV committed Sep 10, 2024
1 parent 956b543 commit dc5b99a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/Notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class NotificationService {
const token = await firebase.messaging().getToken({ vapidKey: firebaseConfig.vapidKey });
if (token) {

console.log('---token',token);
await Api.post(
this.endpoints.setFCMToken,
{
Expand Down

0 comments on commit dc5b99a

Please sign in to comment.