Skip to content

Commit

Permalink
removed log, fixing #41
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Apr 20, 2023
1 parent 118a646 commit e7ca067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/FocusEntity/FocusEntity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ open class FocusEntity: Entity, HasAnchoring, HasFocusEntity {
if self.scaleEntityBasedOnDistance,
let cameraTransform = self.arView?.cameraTransform {
self.scale = .one * scaleBasedOnDistance(cameraTransform: cameraTransform)
print(self.scale.x)
}

defer { currentPlaneAnchor = planeAnchor }
Expand Down

0 comments on commit e7ca067

Please sign in to comment.