From b594488ad993b8b63cacb5deb97a47855eaf73d1 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Thu, 27 Jan 2022 09:21:46 -0400 Subject: [PATCH] Remove console.log --- app/definitions/redux/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/definitions/redux/index.ts b/app/definitions/redux/index.ts index 525055f3..0489eeaf 100644 --- a/app/definitions/redux/index.ts +++ b/app/definitions/redux/index.ts @@ -41,7 +41,7 @@ export interface IApplicationState { permissions: any; roles: IRoles; } -console.log('test'); + export type TApplicationActions = TActionActiveUsers & TActionSelectedUsers & TActionCustomEmojis &