Skip to content

Commit

Permalink
chore: remove unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Fritzsche authored and Ronny Fritzsche committed Feb 21, 2024
1 parent b069319 commit 825a6c2
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 825a6c2

Please sign in to comment.