Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Feb 20, 2024
1 parent 8e113ce commit f3b798b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/sac-mobile/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function RootLayoutNav() {
login({ accessToken, refreshToken }, user);
}

Check failure on line 64 in frontend/sac-mobile/app/_layout.tsx

View workflow job for this annotation

GitHub Actions / Lint (18.x)

Delete `⏎`
console.log('accessToken', accessToken);
};

checkLoginStatus();
Expand All @@ -78,8 +77,6 @@ function RootLayoutNav() {
}
}, [isLoggedIn]);

console.log('isLoggedIn', isLoggedIn);

return (
<Stack>
<Stack.Screen name="(app)" options={{ headerShown: false }} />
Expand Down

0 comments on commit f3b798b

Please sign in to comment.