Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Apr 30, 2024
1 parent 6477239 commit a2d82bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/Messages/Temp/useDmServiceUrlStorage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export function DmServiceUrlProvider({children}: {children: React.ReactNode}) {
React.useEffect(() => {
;(async () => {
const v = await getItem()
console.log(v)
setServiceUrl(v ?? '')
})()
}, [getItem])
Expand Down

0 comments on commit a2d82bb

Please sign in to comment.