Showing
1 changed file
with
0 additions
and
1 deletions
@@ -280,7 +280,6 @@ export default class extends Component { | @@ -280,7 +280,6 @@ export default class extends Component { | ||
280 | } | 280 | } |
281 | } | 281 | } |
282 | 282 | ||
283 | - console.log('contentOffset='+e.nativeEvent.contentOffset+' position='+e.nativeEvent.position+'w='+this.state.width+' h='+this.state.height); | ||
284 | this.updateIndex(e.nativeEvent.contentOffset, this.state.dir, () => { | 283 | this.updateIndex(e.nativeEvent.contentOffset, this.state.dir, () => { |
285 | this.autoplay() | 284 | this.autoplay() |
286 | // if `onMomentumScrollEnd` registered will be called here | 285 | // if `onMomentumScrollEnd` registered will be called here |
-
Please register or login to post a comment