Skip to content

Commit

Permalink
ignore console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 29, 2024
1 parent 89d8a65 commit c6e1dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/shared/components/test-view/test-view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class TestViewComponent implements OnInit {

ngOnInit() {
const settings = this.localStorage.retrieve('testsettings');
console.log('old settings', settings);
if (settings) {
this.settings.level = settings.level;
this.settings.map = settings.map;
Expand Down

0 comments on commit c6e1dff

Please sign in to comment.