🔇 Removed logs

This commit is contained in:
Mawoka
2022-04-15 20:42:42 +02:00
parent 061c409dc3
commit 1090f21ac3
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -40,7 +40,6 @@
}
is_loading = true;
const regex_res = kahoot_regex.exec(url_input);
console.log(regex_res);
console.log(url_valid, url_input);
const res = await fetch(`/api/v1/quiz/import/${regex_res[1]}`, {
method: 'POST',