Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Apr 30, 2024
1 parent 35ff605 commit 0828f15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/views/pages/ledger/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@ export default function LedgerPage({ load, data, isLoading }) {
<Collapse in={is_open} timeout='auto' unmountOnExit>
<List component='div' disablePadding>
{Object.entries(children).map(([key, value]) => {
console.log({
path,
parent_category,
key
})
const current_path = [...path, parent_category]
const is_selected =
selected_chart.join(' > ') ===
Expand Down

0 comments on commit 0828f15

Please sign in to comment.