Skip to content

Commit

Permalink
remove console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-bangash committed Sep 14, 2020
1 parent d061f9e commit 6e863f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 6e863f0

Please sign in to comment.