Skip to content

Commit

Permalink
chore: remove unnecessary console logs (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronny Fritzsche <[email protected]>
Co-authored-by: Maxl94 <[email protected]>
  • Loading branch information
3 people authored Feb 21, 2024
1 parent 70c3311 commit d274558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/table-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export class TableData<T> {
}

public storeTableSettings(): void {
console.log("Store")
if (this._key) {
const settings: Settings = new Settings(this._key);
settings.columns = this._columns.value;
Expand Down

0 comments on commit d274558

Please sign in to comment.