Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
Co-authored-by: Dan <[email protected]>
  • Loading branch information
gavmck and DanWebb authored Feb 22, 2024
1 parent 8dbcdcd commit c86b529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/composition/Enter/Enter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export class Enter extends LitElement {
this.observer = new IntersectionObserver(
(entries) => {
entries.forEach((entry) => {
console.info('entry', entry);
if (entry.isIntersecting) {
this.inView = true;
this.observer?.unobserve(this);
Expand Down

0 comments on commit c86b529

Please sign in to comment.