Skip to content

Commit 9a7df1c

Browse files
committed
Removed unnecessary console output in stickTo behavior.
1 parent 34963dd commit 9a7df1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/behaviors/behavior.stickTo.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ export class StickToBehavior {
136136
setTimeout(() => {
137137
const elementRect = element.getBoundingClientRect();
138138

139-
console.log(elementRect);
140-
141139
if (elementRect.left < 0) {
142140
element.style.left = "0px";
143141
element.style.right = null

0 commit comments

Comments
 (0)