From 8705daccef828c6742ed9428b804e53de9db9c88 Mon Sep 17 00:00:00 2001 From: louis-antoine-etsmtl <61054719+louis-antoine-etsmtl@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:52:58 -0400 Subject: [PATCH] undo test for watchtower --- client/src/App.tsx | 1 - 1 file changed, 1 deletion(-) 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(); }