Explorar el Código

strip console log

Andrew V Butt Sr hace 5 años
padre
commit
b4882d6a22
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/Meshes/Builders/capsuleBuilder.ts

+ 0 - 2
src/Meshes/Builders/capsuleBuilder.ts

@@ -48,8 +48,6 @@ VertexData.CreateCapsule = function(
     halfHeight = heightMinusCaps * 0.5;
     let pi2 = Math.PI * 0.5;
 
-    console.log("halfHeight", halfHeight);
-
     var x, y;
     var normal = Vector3.Zero();
     var vertex = Vector3.Zero();