From 7a2549cf3f3b9c3782da902ada307c1b11720873 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 29 Jul 2021 20:43:05 +0100 Subject: [PATCH] Remove console --- src/app/OtherService/permission.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/OtherService/permission.service.ts b/src/app/OtherService/permission.service.ts index 760951a1b..a09dafb53 100644 --- a/src/app/OtherService/permission.service.ts +++ b/src/app/OtherService/permission.service.ts @@ -19,7 +19,6 @@ export class PermissionService { data = args } - console.log('==!!==',data, this.userStore.user.Profile) return data.includes(this.userStore.user.Profile) }