Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlguenego committed Jun 5, 2021
1 parent 9e0a810 commit e68112c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sso/schm/ServerContextHandleManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class ServerContextHandleManager {
get(req: IncomingMessage): CtxtHandle | undefined {
this.refresh();
const handle = this.cache.get(getId(req))?.handle;
console.log('handle: ', handle);
return handle;
}

Expand Down

0 comments on commit e68112c

Please sign in to comment.