Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jan 10, 2022
1 parent 9c039c5 commit dfe387a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/projection/node/create-projection-node.ts
Expand Up @@ -681,14 +681,6 @@ export function createProjectionNode<I>({
actual: this.removeElementScroll(measured),
}

if ((this.instance as any).title)
console.log(
(this.instance as any).title,
"layout",
this.layout.actual,
this.layout.measured
)

this.layoutCorrected = createBox()
this.isLayoutDirty = false
this.projectionDelta = undefined
Expand Down

0 comments on commit dfe387a

Please sign in to comment.