remove troubleshooting printing

nix
Pierre Alexandre Tremblay 6 years ago
parent f3f1d2d2c2
commit ab8f451418

@ -83,7 +83,6 @@ FluidSliceCorpus {
if(rawPoints[0] != [v[\bounds][0]]){rawPoints = [v[\bounds][0]] ++ rawPoints};
if(rawPoints.last != [v[\bounds][1]]){rawPoints=rawPoints ++ [v[\bounds][1]]};
rawPoints.postln;
rawPoints.doAdjacentPairs{|a,b|
var dict;
if ((b - a) >= 1){

Loading…
Cancel
Save