Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Feb 6, 2024
1 parent 7cb091e commit b8fa373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-utils/src/usePeer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export const PeerProvider = (options: PeerOptions) => {
!(await detectIncognito()).isPrivate
) {
const persisted = await navigator.storage.persist();
console.log("CAN PERSIST?", persisted);
setPersisted(persisted);
if (!persisted) {
setPersisted(false);
Expand Down

0 comments on commit b8fa373

Please sign in to comment.