Skip to content

Commit 31cae16

Browse files
committed
remove test log
1 parent abdb595 commit 31cae16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/selection/box-model.element.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class BoxModel extends HTMLElement {
6969
}
7070

7171
styles({sides}) {
72-
console.log(sides.borders)
7372
this.style.setProperty('--width', `${this.drawable.width}px`)
7473
this.style.setProperty('--height', `${this.drawable.height}px`)
7574
this.style.setProperty('--top', `${this.drawable.top}px`)

0 commit comments

Comments
 (0)