diff --git a/src/app/services/chat.service.ts b/src/app/services/chat.service.ts index ccbabdccf..3e008359e 100644 --- a/src/app/services/chat.service.ts +++ b/src/app/services/chat.service.ts @@ -38,7 +38,7 @@ export class ChatService { if(this.p.userPermission(this.p.permissionList.Chat.access)) { - console.log(this.loggedUserChat) + // console.log(this.loggedUserChat) this.headers = this.headers.set('X-User-Id', this.loggedUserChat.userId); this.headers = this.headers.set('X-Auth-Token', this.loggedUserChat.authToken); this.options = {