remove console logging

This commit is contained in:
2024-01-25 14:19:35 +01:00
parent 5b1407638a
commit 0b679d320f
2 changed files with 0 additions and 2 deletions

View File

@@ -80,7 +80,6 @@
const resultData = customEvent.detail;
const isGuest = "guest" in resultData;
const wasSuccessful = "user" in resultData;
console.log(resultData);
if (isGuest) {
currentPage.set(Page.Launch);
res();