Skip to content

Commit

Permalink
fix: Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Feb 7, 2025
1 parent aca043e commit 091d0ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const CampaignBrowserPage = (props: Props) => {

useEffect(() => {
if (campaignTag && !isFetchingEvent && Object.values(contracts).length === 0) {
console.log('Fetching event contracts', campaignTag, additionalCampaignTags)
onFetchEventContracts(campaignTag, additionalCampaignTags ?? [])
}
}, [onFetchEventContracts, campaignTag, isFetchingEvent, contracts])
Expand Down

0 comments on commit 091d0ad

Please sign in to comment.