Skip to content

Commit ef6d7dc

Browse files
committed
ALCS-2389 Remove console log
1 parent 1999b23 commit ef6d7dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

portal-frontend/src/app/features/home/inbox/inbox-table/inbox-table.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export class InboxTableComponent {
5959
}
6060

6161
private getTableType(): string {
62-
console.log(this.type);
6362
switch (this.type) {
6463
case 'Notice of Intent':
6564
return 'NOI';

0 commit comments

Comments
 (0)