0
0
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:
Charlie Humphreys
2022-12-14 10:04:43 -06:00
parent e5febc1fef
commit a3dc5e78fd

View File

@@ -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!