From c55be300f805a459a346cba3e0194844964aa6f9 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Thu, 28 Jan 2016 20:51:01 -0500 Subject: [PATCH] remove old debugging msg --- pd/src/g_graph.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pd/src/g_graph.c b/pd/src/g_graph.c index 9c6acb62f..815712416 100644 --- a/pd/src/g_graph.c +++ b/pd/src/g_graph.c @@ -1448,7 +1448,6 @@ static void graph_select(t_gobj *z, t_glist *glist, int state) (g->g_pd->c_wb->w_displacefnwtag != NULL) || (g && pd_class((t_pd *)g) == garray_class))) { - post("inside flub... selecting a fluarg"); gobj_select(g, x, state); } } -- GitLab