Skip to content

Commit

Permalink
chore: remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Oct 11, 2024
1 parent 51172ff commit 711e743
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function filterHiddenItems(
case 'other':
return !isOffBudget && !isTransfer;
case 'all':
console.log('all');
return true;
default:
return false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ export function recalculate({
[],
);

console.log(item, intervalData);

const totalTotals = totalAssets + totalDebts;

return {
Expand Down

0 comments on commit 711e743

Please sign in to comment.