diff options
Diffstat (limited to 'src/components/profile/TaggAvatar.tsx')
-rw-r--r-- | src/components/profile/TaggAvatar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 083a30fa..f74a202d 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -147,7 +147,6 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ }); }; - console.log(avatar); if (!validImage && userXId === undefined && !loading) { return ( |