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