mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 18:22:42 +00:00
remove console log
This commit is contained in:
@@ -331,7 +331,6 @@ const EditPage = createClass({
|
||||
}
|
||||
|
||||
if(this.state.errors.response.error.status === 409) {
|
||||
console.log(this.state.errors.response);
|
||||
const message = this.state.errors.response.body?.message;
|
||||
return <Nav.item className='save error' icon='fas fa-exclamation-triangle'>
|
||||
Oops!
|
||||
|
||||
Reference in New Issue
Block a user