Skip to content

Commit

Permalink
Delete log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored May 23, 2024
1 parent 912db2b commit c0387e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/text-expander-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ class TextExpander {
top: targetPosition.top - currentPosition.top
}

// eslint-disable-next-line no-console
console.log(delta)

if (delta.left !== 0 || delta.top !== 0) {
// Use computedStyle to avoid nesting calc() deeper and deeper
const currentStyle = getComputedStyle(menu)
Expand Down

0 comments on commit c0387e8

Please sign in to comment.