Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Rings authored and Justin Rings committed Aug 14, 2024
1 parent 2674b5e commit e1e4604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion express/blocks/floating-buttons/floating-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function initScrollWatcher(block) {
}

export default async function decorate(block) {
console.log('block', block);
const buttons = block.querySelectorAll('a');
block.classList.add('hidden');

Expand Down

0 comments on commit e1e4604

Please sign in to comment.