File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -325,10 +325,8 @@ export default class AwesomeSlider extends React.Component {
325
325
}
326
326
327
327
startup ( ) {
328
- console . log ( 'STARTING UP' ) ;
329
328
this . started = true ;
330
329
setTimeout ( ( ) => {
331
- console . log ( 'STARTING UP TIMEOUT LOADED' ) ;
332
330
this . goTo ( {
333
331
index : this . props . selected ,
334
332
direction : true ,
@@ -666,7 +664,6 @@ export default class AwesomeSlider extends React.Component {
666
664
}
667
665
668
666
goTo ( { index, direction, touch = false } ) {
669
- console . log ( 'GOTO CALLED' ) ;
670
667
const nextIndex = this . getIndex ( index ) ;
671
668
if ( this . loading === true || index === this . index ) {
672
669
if ( this . props . onTransitionReject ) {
@@ -689,9 +686,7 @@ export default class AwesomeSlider extends React.Component {
689
686
} ) ;
690
687
return ;
691
688
}
692
- console . log ( 'GOTO ACTIVATE ARROW' ) ;
693
689
this . activateArrows ( direction , ( ) => {
694
- console . log ( 'ARROWS ACTIVATED' ) ;
695
690
this . chargeIndex ( nextIndex , media => {
696
691
this . renderedLoader = true ;
697
692
this . startAnimation ( direction , media , ( { release = true } ) => {
You can’t perform that action at this time.
0 commit comments