From 4193ecccac86b9428d1f17fd7a3c5cd0ff92dd0a Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 15 Jul 2021 08:44:27 -0700 Subject: Random comment cleanup --- src/RootNavigation.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/RootNavigation.ts b/src/RootNavigation.ts index 9baa7828..bd2ba20d 100644 --- a/src/RootNavigation.ts +++ b/src/RootNavigation.ts @@ -6,8 +6,6 @@ export const navigationRef: React.RefObject = export function navigate(name: string) { if (navigationRef.current) { - // Perform navigation if the app has mounted - //console.log('Reached root navigation'); navigationRef.current.navigate(name); } else { // TODO: Decide what to do if the app hasn't mounted -- cgit v1.2.3-70-g09d2