Remove comments

This commit is contained in:
Harold 2019-03-18 18:19:04 -06:00
parent c23c6e0d4c
commit 348be32052

View file

@ -23,7 +23,6 @@ const MuiSwitch = createReactClass({
const target = event.target;
const value = target.checked;
//this.setValue(value);
this.props.onChange(value);
setTimeout(() => {document.activeElement.blur();});