Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit d08f822

Browse files
docs: remove comment, log
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent 0e2b134 commit d08f822

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/docs/src/playground/Alert.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
border: controls.border.items[0],
3333
color: controls.color.items[0],
3434
};
35-
36-
$: console.log(values.border);
3735
</script>
3836

3937
<Playground {variants} {controls} bind:values>

packages/svelte-materialify/src/components/ItemGroup/ItemGroup.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@
3333
} else if (value.length < max) value = [...value, val];
3434
} else if (value === val) {
3535
if (!mandatory) value = null;
36-
// } else if (typeof (val) === '???') {
37-
// value = [val];
3836
} else value = val;
39-
//old:
40-
// } else if (typeof (val) === 'number') {
41-
// value = val;
42-
// } else value = [val];
4337
},
4438
register: (setValue) => {
4539
const u = valueStore.subscribe((val) => {

0 commit comments

Comments
 (0)