Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Sep 4, 2023
1 parent 78bc525 commit 03bb6f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export const ReferencePicker: React.FC<ReferencePickerProps<GenericContentWithIs
}

const renderIcon = (item: GenericContentWithIsParent | User | Image) => {
console.log('item', item)

if (props.repository.schemas.isContentFromType<User>(item, 'User')) {
const avatarUrl = item.Avatar?.Url
if (avatarUrl) {
Expand Down

0 comments on commit 03bb6f7

Please sign in to comment.