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

Commit 698f9c8

Browse files
committed
Missing log
1 parent 999008b commit 698f9c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/plugins/gui.ajax/res/js/ui/reactjs/jsx/ReactFormComponents.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
global.clearTimeout(this.changeTimeout);
6060
}
6161
var newValue = value, oldValue = this.state.value;
62-
console.log('CHANGE ' + newValue + ' // ' + oldValue);
6362
if(this.props.skipBufferChanges){
6463
this.triggerPropsOnChange(newValue, oldValue);
6564
}

0 commit comments

Comments
 (0)