aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-22 19:16:04 -0400
committerIvan Chen <ivan@tagg.id>2021-06-22 19:16:04 -0400
commitc3066187b9d253767e32880cc35ddd1abc6db6b3 (patch)
treeeadf2d455b239678a7cfaa7b434ecf266a45b8cb /src
parentab13c937f1de947e68df03b443cf9fccb0cd54c9 (diff)
Remove test code
Diffstat (limited to 'src')
-rw-r--r--src/components/profile/ProfileBody.tsx18
1 files changed, 0 insertions, 18 deletions
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<ProfileBodyProps> = ({
);
}}>{`${website}`}</Text>
)}
- <TouchableOpacity
- onPress={() => {
- launchCamera(
- {
- mediaType: 'video',
- durationLimit: 60,
- videoQuality: 'medium',
- },
- (response) => {
- console.log(response);
- const file = response.assets[0].uri;
- console.log(file);
- },
- );
- }}>
- <Text>foooo</Text>
- </TouchableOpacity>
-
{userXId && isBlocked && (
<View style={styles.toggleButtonContainer}>
<ToggleButton