From 1a5c14a9e104feb90ef5a237f9065193bce1e411 Mon Sep 17 00:00:00 2001 From: Peter Boyer Date: Tue, 20 Oct 2015 21:29:39 -0400 Subject: [PATCH] Clean up --- examples/surfaceIsocurves.html | 1 - 1 file changed, 1 deletion(-) 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() ); });