Skip to content

Commit 23487cf

Browse files
committed
bugfix
1 parent e46d161 commit 23487cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ class ParallaxScrollView extends Component {
320320
this.containerHeight = this.state.viewHeight;
321321

322322
children.forEach((item) => {
323-
console.log(item);
324323
if (item && Object.keys(item).length != 0) {
325324
this.containerHeight = 0;
326325
}

0 commit comments

Comments
 (0)