remove log statements

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-12 10:30:58 +02:00
parent 10ba5610e6
commit 431a3e5929
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@
) )
.join("") .join("")
} }
$: console.log("Error: ", $error)
$: console.log("Touched: ", $touched)
</script> </script>
<ModalContent <ModalContent