@momo-kits/carousel 0.0.42-beta.2 → 0.0.43-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CarouselV2.js +0 -1
- package/package.json +1 -1
package/CarouselV2.js
CHANGED
|
@@ -441,7 +441,6 @@ export default class Carousel extends React.PureComponent {
|
|
|
441
441
|
_getDataIndex(index) {
|
|
442
442
|
const { data, loopClonesPerSide } = this.props;
|
|
443
443
|
const dataLength = data && data.length;
|
|
444
|
-
console.log('Data index: ', index);
|
|
445
444
|
if (!this._enableLoop() || !dataLength) {
|
|
446
445
|
return index;
|
|
447
446
|
}
|