remove console.logs

This commit is contained in:
Peter Maquiran
2022-04-19 17:11:40 +01:00
parent 3afd4bf685
commit cbc050c8ad
+1 -1
View File
@@ -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 = {