From 60b8439d981a7a4c3a6da59524017a326de374c3 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 6 May 2022 06:30:31 -0500 Subject: [PATCH] real time experience of connections and making sure user knows context of their connection --- packages/desktop/src/components/ProtectedRoute/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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);