Skip to content

Commit 1a5c14a

Browse files
committed
Clean up
1 parent 76c89de commit 1a5c14a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/surfaceIsocurves.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
var Vec = verb.core.Vec;
4747

4848
Vec.span( 0, 1.0, 0.025 ).forEach(function(u){
49-
console.log("SEND");
5049
srf.isocurveAsync( u, true ).then(function(x){
5150
addCurveToScene( x.toThreeGeometry() );
5251
});

0 commit comments

Comments
 (0)