remove console logging on frontend
This commit is contained in:
@@ -9,7 +9,6 @@ class Home extends Component {
|
||||
fetch('/api')
|
||||
.then(response => response.json())
|
||||
.then(result => {
|
||||
console.log(result);
|
||||
if (result.status === 1) {
|
||||
this.setState({apiStatus: 'working'});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user