Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhjtan committed Jan 6, 2025
1 parent 6aa795b commit 65fd8da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/experiments-realm/crm/deal-summary.gts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class DealSummary extends Component<Signature> {
}

get deals() {
console.log('deals', this.args.deals);
return this.args.deals;
}

Expand Down

0 comments on commit 65fd8da

Please sign in to comment.