Skip to content

Commit

Permalink
chore: remove unecesary log
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Sep 7, 2023
1 parent 4617bbf commit 1610fee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export function UnfillableOrdersUpdater(): null {
updatePendingRef.current = updatePending

useEffect(() => {
console.log('[UnfillableOrdersUpdater] Start interval', { updatePendingRef, chainId, account, isWindowVisible })
if (!chainId || !account || !isWindowVisible) {
console.debug('[UnfillableOrdersUpdater] No need to fetch unfillable orders')
return
Expand Down

0 comments on commit 1610fee

Please sign in to comment.