Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 20, 2024
1 parent 58db0dd commit 5498cdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/models/tabulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ export class DataTabulatorView extends HTMLBoxView {
if (this.model.configuration.dataTree) {
data = group_data(data, this.model.columns, this.model.indexes, this.model.aggregators)
}
console.trace(data)
return data
}

Expand Down

0 comments on commit 5498cdc

Please sign in to comment.