diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-23 17:43:15 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-23 17:43:15 -0400 |
commit | 786f901e3f434b568e3233abc86049bfc983ee33 (patch) | |
tree | d40c5322bad53dc320a2e699ed1767bdc1a0cf57 /src | |
parent | 9d2c37f4da7799cced20f193faccaa2a50e77aa6 (diff) |
Remove logs
Diffstat (limited to 'src')
-rw-r--r-- | src/components/moments/MomentPostContent.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/moments/MomentPostContent.tsx b/src/components/moments/MomentPostContent.tsx index 7dd6ddc9..c76ffb18 100644 --- a/src/components/moments/MomentPostContent.tsx +++ b/src/components/moments/MomentPostContent.tsx @@ -83,7 +83,6 @@ const MomentPostContent: React.FC<MomentPostContentProps> = ({ setHideText(false); } }, [keyboardVisible, hideText]); - console.log(tags); return ( <View style={[styles.container, style]}> <TouchableWithoutFeedback |