From 5498cdc57a0e21aaeaefeec741bc0305ebd1c1c9 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Fri, 20 Sep 2024 12:17:24 +0200 Subject: [PATCH] Apply suggestions from code review --- panel/models/tabulator.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/panel/models/tabulator.ts b/panel/models/tabulator.ts index 07c00bee54..64ebcb080b 100644 --- a/panel/models/tabulator.ts +++ b/panel/models/tabulator.ts @@ -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 }