🔇 Removed print- and console.log-statements

This commit is contained in:
Mawoka
2022-06-09 17:43:46 +02:00
parent 2519451c97
commit bba85009bd
6 changed files with 0 additions and 90 deletions
@@ -63,7 +63,6 @@
}
const startGame = async (id: string): Promise<void> => {
console.log('start game', id);
let res;
if (window.confirm('Do you want to enable the captcha for players?')) {
res = await fetch(`/api/v1/quiz/start/${id}?captcha_enabled=True`, {