diff --git a/client/src/App.tsx b/client/src/App.tsx index 3b8c4ed..3f65f00 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -27,7 +27,6 @@ const handleLogout = () => { } const isLoggedIn = () => { - console.log('check if logged in') return ApiService.isLogedIn(); }