Skip to content

Commit

Permalink
remove cosole log
Browse files Browse the repository at this point in the history
  • Loading branch information
encryptedDegen committed Dec 28, 2024
1 parent d5a6984 commit 0751d36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/user-profile-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ const UserProfileCard: React.FC<UserProfileCardProps> = ({
const { address: connectedAddress } = useAccount()
const { followState, profileName, isConnectedUserCard } = useProfileCard(profile)

console.log(profile, profileList)

return (
<div
className={cn(
Expand Down

0 comments on commit 0751d36

Please sign in to comment.