From e7ca067e1f00511f479f4ae4dd4de928cbbf5215 Mon Sep 17 00:00:00 2001 From: Max Cobb Date: Thu, 20 Apr 2023 10:24:20 +0100 Subject: [PATCH] removed log, fixing #41 --- Sources/FocusEntity/FocusEntity.swift | 1 - 1 file changed, 1 deletion(-) 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 }