Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Feb 8, 2024
1 parent e3cb1ac commit eb0ea96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/interactivity/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ const parseInitialData = () => {
try {
return JSON.parse( storeTag.textContent );
} catch ( e ) {
// eslint-disable-next-line no-console
console.log( e );
// Do nothing.
}
}
return {};
Expand Down

0 comments on commit eb0ea96

Please sign in to comment.