Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey 11d1566ef6 Remove log 2025-10-14 11:25:26 -05:00
-9
View File
@@ -39,15 +39,6 @@ export function SubtleHover({
/>
)
if (hover) {
console.log({
isWeb,
web,
isNative,
native,
})
}
if (isWeb && web) {
return isTouchDevice ? null : el
} else if (isNative && native) {