Skip to content

Commit

Permalink
Remove console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Oct 28, 2018
1 parent 815398b commit bc0d6de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/rms/leaderboard/leaderboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const compare = {
}
};

// FIXME: @Input() with interface not working in Ionic 2 RC1?
export class LeaderboardItem {
id: number;
driver: { name: string, code: string, color: string };
Expand Down Expand Up @@ -67,8 +66,4 @@ export class LeaderboardComponent {
get items() {
return this._items;
}

ngOnInit() {
console.log('Creating leaderboard');
}
}

0 comments on commit bc0d6de

Please sign in to comment.