Commit 19794783 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

remove unneeded log (#1917)

parent 94081b29
......@@ -345,7 +345,6 @@ export function useArbitrumAlphaAlert(): [boolean, (arbitrumAlphaAcknowledged: b
const dispatch = useAppDispatch()
const arbitrumAlphaAcknowledged = useAppSelector(({ user }) => user.arbitrumAlphaAcknowledged)
const setArbitrumAlphaAcknowledged = (arbitrumAlphaAcknowledged: boolean) => {
console.log(updateArbitrumAlphaAcknowledged({ arbitrumAlphaAcknowledged }))
dispatch(updateArbitrumAlphaAcknowledged({ arbitrumAlphaAcknowledged }))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment