remove extraneous postln

nix
Ted Moore 4 years ago
parent 4e91cc363e
commit f46a236bd5

@ -106,7 +106,7 @@ FluidWaveform : FluidViewer {
FluidWaveform.log,{
vals = (vals + 1e-6).log;
vals = vals.linlin(vals.minItem,vals.maxItem,0.0,255.0).asInteger;
vals.postln;
// vals.postln;
},
{
"% colorScaling argument % is invalid.".format(thisMethod,colorScaling).warn;

Loading…
Cancel
Save