Remove console log

This commit is contained in:
Andrew Kingston 2022-11-25 13:54:49 +00:00
parent bab61698cb
commit 518c3abdc1
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ const handleClick = event => {
// Ignore click if needed
for (let className of ignoredClasses) {
if (event.target.closest(className)) {
console.log("ignore")
return
}
}