Skip to content

Commit

Permalink
removed test log
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Feb 12, 2020
1 parent ff0fa73 commit 3a5fb6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ export class AppComponent implements OnDestroy, OnInit, AfterViewInit {
}

ngOnInit() {
setTimeout(() => {
console.error(`test fehler`);
}, 4000);
this.subscrmanager.add(this.settingsService.dbloaded.subscribe(
() => {
if (!isNullOrUndefined(this.appStorage.asrSelectedService) && !isNullOrUndefined(this.appStorage.asrSelectedLanguage)) {
Expand Down

0 comments on commit 3a5fb6a

Please sign in to comment.