aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mtx_spherical_harmonics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtx_spherical_harmonics.c b/src/mtx_spherical_harmonics.c
index 9ea0f84..b0c270a 100644
--- a/src/mtx_spherical_harmonics.c
+++ b/src/mtx_spherical_harmonics.c
@@ -69,7 +69,6 @@ static void *newMTXSh (t_symbol *s, int argc, t_atom *argv)
x->ws = 0;
x->l=0;
nmax=(int) atom_getfloat(argv);
- post("mtx_spherical_harmonics order %d",nmax);
if (nmax<0)
nmax=0;
x->nmax=nmax;