more cleanup

This commit is contained in:
Akinwale Ariwodola 2019-10-17 20:14:04 +01:00
parent ddd8d49a62
commit b6df5ee97c

View file

@ -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 });