Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Removed forgotten debug console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Feb 1, 2018
1 parent 0328ca3 commit 4afe6f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/swiper.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export class SwiperDirective implements AfterViewInit, DoCheck, OnDestroy, OnCha

ngOnDestroy() {
if (this.instance) {
console.log(this.instance.initialized);
this.zone.runOutsideAngular(() => {
this.instance.destroy(true, this.instance.initialized || false);
});
Expand Down

0 comments on commit 4afe6f6

Please sign in to comment.