Skip to content

Commit

Permalink
Removing console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry authored and mergatron[bot] committed Jun 7, 2022
1 parent 98a5c72 commit c3e10cf
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -661,13 +661,6 @@ export function createProjectionNode<I>({
)
roundBox(layout)

console.log(
"snapshot",
calcLength(measured.y),
calcLength(layout.y),
this.options.visualElement?.getInstance().style.transform
)

this.snapshot = {
measured,
layout,
Expand Down Expand Up @@ -704,12 +697,6 @@ export function createProjectionNode<I>({

const measured = this.measure()

console.log(
"layout",
calcLength(measured.y),
this.options.visualElement?.getInstance().style.transform
)

roundBox(measured)

const prevLayout = this.layout
Expand Down

0 comments on commit c3e10cf

Please sign in to comment.