1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Remove console log

This commit is contained in:
Andrew Kingston 2022-11-25 13:54:49 +00:00
parent 3c0d58bb91
commit f892faa98f

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
}
}