1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

removed console log

This commit is contained in:
Michael Shanks 2020-06-24 17:47:44 +01:00
parent 9fc870d9b9
commit 9cbda3a748

View file

@ -14,11 +14,6 @@
let isOpen = false
$: {
let p = parameter
console.log(JSON.stringify(p))
}
const capitalize = s => {
if (typeof s !== "string") return ""
return s.charAt(0).toUpperCase() + s.slice(1)