Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
J0ET0M committed Jan 28, 2024
1 parent ffc222b commit 53aa0f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/main/main.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export class MainComponent implements AfterViewInit {
}

refreshData() {
console.log("refreshData");
this.setDataSource();
this.table.renderRows();
this.us.forceLoadAssets();
Expand Down

0 comments on commit 53aa0f7

Please sign in to comment.