0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 10:22:38 +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) { if(this.state.errors.response.error.status === 409) {
console.log(this.state.errors.response);
const message = this.state.errors.response.body?.message; const message = this.state.errors.response.body?.message;
return <Nav.item className='save error' icon='fas fa-exclamation-triangle'> return <Nav.item className='save error' icon='fas fa-exclamation-triangle'>
Oops! Oops!