Skip to content

Commit

Permalink
Removed debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Nonis committed May 13, 2019
1 parent f35348d commit be2d82f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brds/brds~.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ void brds_tilde_shape(t_brds_tilde *x, t_floatarg f)
{
x->f_shape = f;
int shape = getShape(x->f_shape);
post("Shape: %s", algo_values[shape]);
outlet_symbol(x->x_out_shape, gensym(algo_values[shape]));
}
void brds_tilde_colour(t_brds_tilde *x, t_floatarg f)
Expand Down

0 comments on commit be2d82f

Please sign in to comment.