Remove obsolete debug log

This commit is contained in:
2024-03-20 14:35:01 +01:00
parent fc044df9fd
commit 071922d979
@@ -14,7 +14,6 @@ export default class ReimbursementItemComponent extends Component {
if (this.isUnconfirmed && !this.isVetoed) { if (this.isUnconfirmed && !this.isVetoed) {
this.showExpenseDetails = true; this.showExpenseDetails = true;
} }
console.debug(fmtDateLocalized);
} }
get ipfsGatewayUrl () { get ipfsGatewayUrl () {