Remove debug
This commit is contained in:
parent
e097d1cacf
commit
792206c976
@ -209,7 +209,6 @@ export default class Overlay extends Component {
|
|||||||
}
|
}
|
||||||
const data = await fetch(`/api/validateid?steamid=${id}`);
|
const data = await fetch(`/api/validateid?steamid=${id}`);
|
||||||
const json = await data.json();
|
const json = await data.json();
|
||||||
console.log(json.message);
|
|
||||||
return json.message === "Valid";
|
return json.message === "Valid";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user