Skip to content

Commit d8e0fc5

Browse files
committed
nit:comment removal
1 parent e02e067 commit d8e0fc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/App.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,11 @@ export const App = () => {
115115
if (navigator?.serviceWorker?.controller) {
116116
if (user?.id) {
117117
const scopeHash = selectedUserProfile?.id ?? user.id;
118-
console.log('Setting SW scope to:', scopeHash);
119118
navigator.serviceWorker.controller.postMessage({
120119
type: 'SET_SCOPE',
121120
scope: { hash: scopeHash }
122121
});
123122
} else {
124-
console.log('Clearing SW scope - no user');
125123
// Clear scope when user logs out
126124
navigator.serviceWorker.controller.postMessage({
127125
type: 'SET_SCOPE',

0 commit comments

Comments
 (0)