From 5d763c18c8800d962a07c239d4d7686a5c19e72e Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 15 Oct 2025 15:45:27 +0200 Subject: [PATCH] Comment log --- web/hooks/use-online.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/hooks/use-online.ts b/web/hooks/use-online.ts index 6406040d..6fb1e35b 100644 --- a/web/hooks/use-online.ts +++ b/web/hooks/use-online.ts @@ -17,7 +17,7 @@ export const useOnline = () => { // .eq('id', profile.id) // ) api('set-last-online-time') - console.log('set last online time for', profile.id, date) + // console.log('set last online time for', profile.id, date) })() }, [profile?.id, isAuthed]) }