diff --git a/Sources/FocusEntity/FocusEntity.swift b/Sources/FocusEntity/FocusEntity.swift index a143425..ebe1808 100644 --- a/Sources/FocusEntity/FocusEntity.swift +++ b/Sources/FocusEntity/FocusEntity.swift @@ -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 }