Skip to content

Commit

Permalink
Removes log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Feb 4, 2025
1 parent 55771a0 commit 99b2611
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/app/core/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,22 +722,12 @@ export class AuthService {
})
}

// No more used
sleekplanSso(user, isActivePAY) {
console.log('[AUTH-SERV] calling sleekplanSso ')
console.log('[AUTH-SERV] isActivePAY in sleekplanSso ', isActivePAY)
this.logger.log('[AUTH-SERV] calling sleekplanSso ')
this.logger.log('[AUTH-SERV] isActivePAY in sleekplanSso ', isActivePAY)

// this.logger.log('AUT-SERV sleekplanSs')
// window['$sleek'].setUser = {
// mail: user.email,
// id: user._id,
// name: user.firstname,
// }

// window['SLEEK_USER'] = {
// mail: user.email,
// id: user._id,
// name: user.firstname,
// }

if (isActivePAY) {
// this.logger.log('[Auth-SERV] calling sleekplanSso ')
this.sleekplanSsoService.getSsoToken(user).subscribe(
Expand Down

0 comments on commit 99b2611

Please sign in to comment.