Skip to content

Commit

Permalink
fix: remove logging
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Peacock <[email protected]>
  • Loading branch information
ncpenke and krpeacock authored Dec 1, 2023
1 parent e1ff938 commit 6406838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ export class AuthClient {
*/
if (!idleOptions?.onIdle && !idleOptions?.disableDefaultIdleCallback) {
this.idleManager?.registerCallback(() => {
console.log('User is idle. Logging out.');
this.logout();
location.reload();
});
Expand Down

0 comments on commit 6406838

Please sign in to comment.