Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jneuendorf committed Jul 8, 2024
1 parent b6426c1 commit 5ec190a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/SocialMediaPopover.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const { id, homeUrl, facebookUrl, instagramUrl } = Astro.props
const urlCount = [homeUrl, facebookUrl, instagramUrl]
.map((url) => (url ? 1 : 0))
.reduce((a, b) => a + b, 0)
console.log(urlCount)
const widthClass = `w-${14 * urlCount}`
---

Expand Down
3 changes: 0 additions & 3 deletions src/pages/club/stapler.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ import DownloadLink from '@components/links/DownloadLink.astro'
/>
</Layout>

<script>
// console.log("TODO")
</script>

0 comments on commit 5ec190a

Please sign in to comment.