clean up debug console.log calls
This commit is contained in:
@@ -88,10 +88,6 @@
|
||||
let timezone = $state<ComboboxOption | undefined>(
|
||||
optionsMap[Intl.DateTimeFormat().resolvedOptions().timeZone]
|
||||
);
|
||||
|
||||
$effect(() => {
|
||||
console.log(`timezone="${timezone?.value}"`);
|
||||
});
|
||||
</script>
|
||||
|
||||
<Combobox
|
||||
|
||||
Reference in New Issue
Block a user