Bluesky app fork with some witchin' additions 💫

Remove log (#9204)

authored by Eric Bailey and committed by GitHub 7280e44e 7e6b23bd

Changed files
-9
src
components
-9
src/components/SubtleHover.tsx
··· 39 39 /> 40 40 ) 41 41 42 - if (hover) { 43 - console.log({ 44 - isWeb, 45 - web, 46 - isNative, 47 - native, 48 - }) 49 - } 50 - 51 42 if (isWeb && web) { 52 43 return isTouchDevice ? null : el 53 44 } else if (isNative && native) {