mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-05 12:11:51 +00:00
log -> error, remove unnecesary logs
This commit is contained in:
parent
fb584b35a9
commit
63e3b97bca
10 changed files with 9 additions and 12 deletions
|
|
@ -19,8 +19,6 @@ export const AppOutlet = () => {
|
|||
const setFallback = useSetPlayerFallback();
|
||||
const authState = useServerAuthenticated();
|
||||
|
||||
console.log(authState);
|
||||
|
||||
const isActionsRequired = useMemo(() => {
|
||||
const isServerRequired = !currentServer;
|
||||
|
||||
|
|
@ -57,7 +55,6 @@ export const AppOutlet = () => {
|
|||
}
|
||||
|
||||
if (isActionsRequired || authState === AuthState.INVALID) {
|
||||
console.log('required', isActionsRequired);
|
||||
return (
|
||||
<Navigate
|
||||
replace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue