undo test for watchtower

This commit is contained in:
louis-antoine-etsmtl 2024-04-05 20:52:58 -04:00 committed by GitHub
parent 76a655da1f
commit 8705daccef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,6 @@ const handleLogout = () => {
} }
const isLoggedIn = () => { const isLoggedIn = () => {
console.log('check if logged in')
return ApiService.isLogedIn(); return ApiService.isLogedIn();
} }