Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RunarVestmann committed Jun 5, 2024
1 parent f87cf2c commit af4f844
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const GenericListItemSlugField = () => {
},
})
)?.items ?? []
console.log('eee', itemsInSameListWithSameSlug, value)
setIsValid(itemsInSameListWithSameSlug.length <= 0)
},
DEBOUNCE_TIME,
Expand Down

0 comments on commit af4f844

Please sign in to comment.