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]) }