Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

silence geo log (#8400)

authored by

hailey and committed by
GitHub
7ed2a4f3 5253e688

+2 -2
+2 -2
src/state/geolocation.tsx
··· 3 3 4 4 import {networkRetry} from '#/lib/async/retry' 5 5 import {logger} from '#/logger' 6 - import {Device, device} from '#/storage' 6 + import {type Device, device} from '#/storage' 7 7 8 8 const events = new EventEmitter() 9 9 const EVENT = 'geolocation-updated' ··· 104 104 }) 105 105 .catch((e: any) => { 106 106 // complete fail closed 107 - logger.error(`geolocation: failed retries`, {safeMessage: e.message}) 107 + logger.debug(`geolocation: failed retries`, {safeMessage: e.message}) 108 108 }) 109 109 } finally { 110 110 resolve(undefined)