Skip to content

Commit 19ddefc

Browse files
chore: remove unnecessary log
1 parent 4605187 commit 19ddefc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/design-system/profile-dropdown/profile-dropdown-trigger.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const Trigger = ({
4646
customProfileComponent,
4747
...props
4848
}: Readonly<Props>): JSX.Element => {
49-
console.info('>>> customProfileComponent 11: ', customProfileComponent);
5049
return (
5150
<button
5251
{...props}

0 commit comments

Comments
 (0)