Skip to content

Commit

Permalink
fix(angular): removed stray setIndex debug code (#5006) (#5007)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBenko committed Sep 27, 2021
1 parent 1cd6af8 commit 59e44ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/angular/src/swiper.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ export class SwiperComponent implements OnInit {
} else {
this.swiperRef.params[_key] = value;
}
this.setIndex(2);
}
/**
* @deprecated will be removed in upcoming versions
Expand Down

0 comments on commit 59e44ae

Please sign in to comment.