From ad2f052c6d2cd1b50cc01200597b5b79cb33082d Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 1 Jul 2021 17:21:20 -0400 Subject: Remove TODOs and comments --- src/components/moments/Moment.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/components') diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index 6850f154..1e1cadce 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -43,7 +43,6 @@ const Moment: React.FC = ({ }) => { const navigation = useNavigation(); - // TODO: remove this later, tmp solution for handling videos const navigateToCaptionScreenForVideo = (uri: string) => { navigation.navigate('CaptionScreen', { screenType, @@ -114,7 +113,6 @@ const Moment: React.FC = ({ mediaType: 'video', }) .then((vid) => { - console.log(vid); if (vid.path) { navigateToCaptionScreenForVideo(vid.path); } -- cgit v1.2.3-70-g09d2