Remove debug

This commit is contained in:
Liam 2022-10-20 18:55:56 +01:00
parent e097d1cacf
commit 792206c976

@ -209,7 +209,6 @@ export default class Overlay extends Component {
}
const data = await fetch(`/api/validateid?steamid=${id}`);
const json = await data.json();
console.log(json.message);
return json.message === "Valid";
}