From c3066187b9d253767e32880cc35ddd1abc6db6b3 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 22 Jun 2021 19:16:04 -0400 Subject: Remove test code --- src/components/profile/ProfileBody.tsx | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src') diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 34cf1870..048de696 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -82,24 +82,6 @@ const ProfileBody: React.FC = ({ ); }}>{`${website}`} )} - { - launchCamera( - { - mediaType: 'video', - durationLimit: 60, - videoQuality: 'medium', - }, - (response) => { - console.log(response); - const file = response.assets[0].uri; - console.log(file); - }, - ); - }}> - foooo - - {userXId && isBlocked && (