diff --git a/projects/ngx-loading-plugin/src/lib/directive/ngxloading.directive.ts b/projects/ngx-loading-plugin/src/lib/directive/ngxloading.directive.ts index 902bb50..ec7a0d6 100644 --- a/projects/ngx-loading-plugin/src/lib/directive/ngxloading.directive.ts +++ b/projects/ngx-loading-plugin/src/lib/directive/ngxloading.directive.ts @@ -27,12 +27,10 @@ export class NgxloadingDirective implements OnDestroy { .subscribe(() => { this.onSuccess(); }, (error) => { - console.error(error); this.onError(); } ); } catch (error) { - console.error(error); this.onError(); this.onEnable(); }