diff --git a/examples/surfaceIsocurves.html b/examples/surfaceIsocurves.html index b97955f0..461ae9f4 100644 --- a/examples/surfaceIsocurves.html +++ b/examples/surfaceIsocurves.html @@ -46,7 +46,6 @@ var Vec = verb.core.Vec; Vec.span( 0, 1.0, 0.025 ).forEach(function(u){ - console.log("SEND"); srf.isocurveAsync( u, true ).then(function(x){ addCurveToScene( x.toThreeGeometry() ); });