Skip to content

Commit

Permalink
Remove noisy console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Aug 25, 2023
1 parent c4474b8 commit 4f5f080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const applyBidi = () => {
if (mutation.type !== 'childList') continue;

for(let addedNode of mutation.addedNodes) {
console.log(addedNode)
if (addedNode.classList?.contains('ls-block')) setDirAuto(addedNode)

const subLsBlocks = addedNode.querySelectorAll(cssSelector)
Expand Down

0 comments on commit 4f5f080

Please sign in to comment.