From d274558e859011a0edff4e4e5820dba3a27c626a Mon Sep 17 00:00:00 2001 From: Ronny Date: Wed, 21 Feb 2024 08:57:03 +0100 Subject: [PATCH] chore: remove unnecessary console logs (#183) Co-authored-by: Ronny Fritzsche Co-authored-by: Maxl94 <32700811+Maxl94@users.noreply.github.com> --- src/lib/table-data.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/table-data.ts b/src/lib/table-data.ts index 3657323..b57f06d 100644 --- a/src/lib/table-data.ts +++ b/src/lib/table-data.ts @@ -152,7 +152,6 @@ export class TableData { } public storeTableSettings(): void { - console.log("Store") if (this._key) { const settings: Settings = new Settings(this._key); settings.columns = this._columns.value;