Skip to content

Commit 187bc35

Browse files
committed
FIX useless console log
1 parent 61ffc2c commit 187bc35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/src/core/auth/auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ export class AuthService extends AbstractService implements OnModuleInit {
149149

150150
public async clearSession(jwt: string): Promise<void> {
151151
try {
152-
console.log('clearSession', jwt)
153152
const data = this.jwtService.decode(jwt) as JwtPayload
154153
if (!data) return null
155154
const { jti } = data

0 commit comments

Comments
 (0)