From 627685a7a91649a58545100dc407488d849abad0 Mon Sep 17 00:00:00 2001 From: Calli Date: Sun, 2 Jul 2023 23:53:21 +0300 Subject: [PATCH] remove rogue console log --- src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx b/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx index e999cec..6f933aa 100644 --- a/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx +++ b/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx @@ -71,7 +71,6 @@ const PinsCanvas3D = ({ vectorPI.setFromSphericalCoords(SPHERE_RADIUS, phi, theta); dotGeometryPI.lookAt(vectorPI); dotGeometryPI.translate(vectorPI.x, vectorPI.y, vectorPI.z - 0.1); - console.log(vectorPI.z); dotGeometriesPI.push(dotGeometryPI); });