Skip to content

Commit c0387e8

Browse files
authored
Delete log statement
1 parent 912db2b commit c0387e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/text-expander-element.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ class TextExpander {
105105
top: targetPosition.top - currentPosition.top
106106
}
107107

108-
// eslint-disable-next-line no-console
109-
console.log(delta)
110-
111108
if (delta.left !== 0 || delta.top !== 0) {
112109
// Use computedStyle to avoid nesting calc() deeper and deeper
113110
const currentStyle = getComputedStyle(menu)

0 commit comments

Comments
 (0)