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); });