Skip to content

Commit

Permalink
chore: cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed May 3, 2024
1 parent fecc207 commit 2f5ce87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MemoriWidget/MemoriWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,6 @@ const MemoriWidget = ({
timeout = timeout + readTime;
}
}
console.log('set timeout', timeout, forcedTimeout);

let uiTimeout = setTimeout(handleTimeout, timeout * 1000);
setUserInteractionTimeout(uiTimeout);
Expand Down

0 comments on commit 2f5ce87

Please sign in to comment.