diff --git a/pd/src/g_graph.c b/pd/src/g_graph.c
index 9c6acb62f3fddd88add82a1daffdf349f16189d4..815712416d52895529646f55f3aee30db0b5ae9b 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);
                 }
             }