Remove console.log
This commit is contained in:
parent
5e6d790bb3
commit
cd9fcf550a
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ class PublishForm extends React.PureComponent {
|
||||||
newState.licenseType = licenseType;
|
newState.licenseType = licenseType;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(newState);
|
|
||||||
this.setState(newState);
|
this.setState(newState);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue