Skip to content

Commit c090376

Browse files
remove console.log
1 parent b7ddd9f commit c090376

File tree

1 file changed

+0
-2
lines changed
  • packages/@react-spectrum/tag/src

1 file changed

+0
-2
lines changed

packages/@react-spectrum/tag/src/Tag.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export function Tag<T>(props: SpectrumTagProps<T>) {
5050
tagRowRef
5151
}, state);
5252

53-
console.log(children);
54-
5553
return (
5654
<div
5755
{...tagRowProps}>

0 commit comments

Comments
 (0)