diff --git a/packages/desktop/src/components/ProtectedRoute/index.tsx b/packages/desktop/src/components/ProtectedRoute/index.tsx index d3b0633..3aca4fd 100644 --- a/packages/desktop/src/components/ProtectedRoute/index.tsx +++ b/packages/desktop/src/components/ProtectedRoute/index.tsx @@ -22,8 +22,6 @@ export default function ProtectedRoute({ error, } = useServerCheck(); - console.log(error); - const { isLoading, isError, isFetching, isSuccess, refetch } = useAuthCheck(isServerHealthy);