Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
fttx committed Jan 30, 2020
1 parent bc181a9 commit d34cbd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ionic/src/components/info-box/info-box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export class InfoBoxComponent {
@Input('title') title: string;

constructor() {
console.log('Hello InfoBoxComponent Component');
this.title= 'Hello World';
this.title= '';
}

}

0 comments on commit d34cbd2

Please sign in to comment.