more cleanup
This commit is contained in:
parent
ddd8d49a62
commit
b6df5ee97c
1 changed files with 0 additions and 1 deletions
|
@ -409,7 +409,6 @@ class PublishPage extends React.PureComponent {
|
|||
};
|
||||
|
||||
handlePublishFailure = error => {
|
||||
console.log(error);
|
||||
const { notify } = this.props;
|
||||
notify({ message: __('Your content could not be published at this time. Please try again.') });
|
||||
this.setState({ publishStarted: false });
|
||||
|
|
Loading…
Reference in a new issue