Skip to content

Commit

Permalink
Remove obsolete debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Mar 20, 2024
1 parent fc044df commit 071922d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/reimbursement-item/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default class ReimbursementItemComponent extends Component {
if (this.isUnconfirmed && !this.isVetoed) {
this.showExpenseDetails = true;
}
console.debug(fmtDateLocalized);
}

get ipfsGatewayUrl () {
Expand Down

0 comments on commit 071922d

Please sign in to comment.