Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Sep 6, 2024
1 parent fee3852 commit 82de459
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/angry-students-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro-vtbot': patch
---

Removes a forgotten console.log statement
1 change: 0 additions & 1 deletion components/ElementCrossing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export interface Props {
import crossingURL from '@vtbag/element-crossing?url';
import experimentalURL from '@vtbag/element-crossing/experimental?url';
const { experimentalFeatures = false } = Astro.props;
console.log(`"${experimentalFeatures}":${typeof experimentalFeatures}`);
---

{experimentalFeatures && <script is:inline data-astro-rerun src={experimentalURL} />}
Expand Down

0 comments on commit 82de459

Please sign in to comment.