Skip to content

Commit 8024b28

Browse files
committed
chore: remove unnecessary console.log
1 parent 0c95432 commit 8024b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/widgets/ribbon/CollectionPropertiesTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function NumberPropertyView({ note, property }: { note: FNote, property: NumberP
137137

138138
function ComboBoxPropertyView({ note, property }: { note: FNote, property: ComboBoxProperty }) {
139139
const [ value, setValue ] = useNoteLabel(note, property.bindToLabel);
140-
console.warn('ComboBoxPropertyView:', value)
140+
141141
return (
142142
<LabelledEntry label={property.label}>
143143
<FormSelectWithGroups

0 commit comments

Comments
 (0)