Remove console.log

This commit is contained in:
Gerzon Z 2022-01-27 09:21:46 -04:00
parent ae31612343
commit b594488ad9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export interface IApplicationState {
permissions: any;
roles: IRoles;
}
console.log('test');
export type TApplicationActions = TActionActiveUsers &
TActionSelectedUsers &
TActionCustomEmojis &