Remove console.log

This commit is contained in:
6ea86b96 2017-07-12 14:05:44 +07:00
parent 5e6d790bb3
commit cd9fcf550a

View file

@ -292,7 +292,6 @@ class PublishForm extends React.PureComponent {
newState.licenseType = licenseType;
}
console.log(newState);
this.setState(newState);
}