Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmparrish committed Sep 19, 2024
1 parent 5d09c50 commit 94b0c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/blocks/hero-marquee/hero-marquee.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export default async function init(el) {
if (rows.length <= 1) return;
const [head, ...tail] = rows;
rows = tail;
console.log('isEmpty head', isElementEmpty(head), head, el);
if (isElementEmpty(head)) {
head.remove();

Check warning on line 187 in libs/blocks/hero-marquee/hero-marquee.js

View check run for this annotation

Codecov / codecov/patch

libs/blocks/hero-marquee/hero-marquee.js#L187

Added line #L187 was not covered by tests
} else {
Expand Down

0 comments on commit 94b0c65

Please sign in to comment.