Remove console log

This commit is contained in:
Mihkel Martin Kasterpalu 2025-01-21 17:45:58 +02:00
parent e7126efb44
commit 019ec6cbaa

View file

@ -25,7 +25,6 @@
theme = 'dark'; theme = 'dark';
setMode('dark'); setMode('dark');
} }
console.log(theme);
}; };
</script> </script>