Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Forgotten console
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 8, 2017
1 parent fda20bb commit 10406ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Expand Up @@ -310,7 +310,6 @@ let SimpleList = React.createClass({
state.elementHeight = this.computeElementHeightResponsive();
}
state.infiniteLoadBeginBottomOffset = 200;
console.log('SimpleList.getInitialState', sortingInfo);
return state;
},

Expand Down Expand Up @@ -340,7 +339,6 @@ let SimpleList = React.createClass({
this._manualScrollPe.stop();
this._manualScrollPe = null;
}
console.log('SimpleList.componentWillReceiveProps', sortingInfo);
},

observeNodeChildren: function(node, stop = false){
Expand Down Expand Up @@ -925,7 +923,6 @@ let SimpleList = React.createClass({

}

console.log('SimpleList', sortingInfo);
if(sortingInfo && !this.remoteSortingInfo()){
const {attribute, direction, sortType} = sortingInfo;
let sortFunction;
Expand Down Expand Up @@ -994,7 +991,6 @@ let SimpleList = React.createClass({
},

handleInfiniteLoad: function() {
console.log("HandleInfiniteLoad", this, this.state.sortingInfo);
let elemLength = this.state.elements.length;
let newElements = this.buildElements(this.state.sortingInfo, elemLength, elemLength + this.props.infiniteSliceCount);
let infiniteLoadBeginBottomOffset = newElements.length? 200 : 0;
Expand Down
Expand Up @@ -141,7 +141,6 @@ class ComponentConfigsParser {
break;
}
}
console.log(res);
return res;
}
}
Expand Down

0 comments on commit 10406ae

Please sign in to comment.