aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfilePreview.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/profile/ProfilePreview.tsx')
-rw-r--r--src/components/profile/ProfilePreview.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/ProfilePreview.tsx b/src/components/profile/ProfilePreview.tsx
index 000dd5c5..38defb8d 100644
--- a/src/components/profile/ProfilePreview.tsx
+++ b/src/components/profile/ProfilePreview.tsx
@@ -44,7 +44,6 @@ const ProfilePreview: React.FC<ProfilePreviewProps> = ({
useEffect(() => {
(async () => {
- console.log(thumbnail_url);
const response = await loadImageFromURL(thumbnail_url);
if (response) {
setAvatar(response);