Skip to content

Commit

Permalink
remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Nov 15, 2024
1 parent abdb595 commit 31cae16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/selection/box-model.element.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class BoxModel extends HTMLElement {
}

styles({sides}) {
console.log(sides.borders)
this.style.setProperty('--width', `${this.drawable.width}px`)
this.style.setProperty('--height', `${this.drawable.height}px`)
this.style.setProperty('--top', `${this.drawable.top}px`)
Expand Down

0 comments on commit 31cae16

Please sign in to comment.