Clear console.logs

This commit is contained in:
jwu-fisker
2021-01-07 18:01:16 -08:00
parent e3d72037f2
commit efa9d8917b
3 changed files with 0 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ export const UserProvider = ({ children }) => {
if (result.authenticated) {
setToken(token);
} else {
console.log(result);
await signOut();
}
};