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

Commit

Permalink
Missing log
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 28, 2016
1 parent 999008b commit 698f9c8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -59,7 +59,6 @@
global.clearTimeout(this.changeTimeout);
}
var newValue = value, oldValue = this.state.value;
console.log('CHANGE ' + newValue + ' // ' + oldValue);
if(this.props.skipBufferChanges){
this.triggerPropsOnChange(newValue, oldValue);
}
Expand Down

0 comments on commit 698f9c8

Please sign in to comment.