Skip to content

Commit

Permalink
ALCS-2389 Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreta committed Nov 18, 2024
1 parent 1999b23 commit ef6d7dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class InboxTableComponent {
}

private getTableType(): string {
console.log(this.type);
switch (this.type) {
case 'Notice of Intent':
return 'NOI';
Expand Down

0 comments on commit ef6d7dc

Please sign in to comment.