Skip to content

Commit

Permalink
Remove extraneous debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Sep 15, 2024
1 parent 8fc9ada commit a47150a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export class HomeComponent implements AfterViewInit {
year: number;

constructor(private eventDisplay: EventDisplayService) {
console.log('Home component created');
this.year = new Date().getFullYear();
this.eventDisplay.getThreeManager().stopAnimationLoop();
}
Expand Down

0 comments on commit a47150a

Please sign in to comment.