diff --git a/src/app/app.component.html b/src/app/app.component.html index c1b2a6c..726213b 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,3 +1,3 @@

ON PUSH

- + diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 4e55a2c..ddaf040 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -15,9 +15,6 @@ export class AppComponent implements OnInit { } ngOnInit(): void { - this.onPushService.getData().subscribe(data => - console.info(`${JSON.stringify(data)}`) - ); } }