From 76c614ca5750063b3e26ffceb67b6796b8c34902 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Mon, 9 Dec 2013 17:35:24 -0500 Subject: [PATCH] disabled debugging --- pd/src/g_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/g_graph.c b/pd/src/g_graph.c index ec75c9d6b..b5cf87af7 100644 --- a/pd/src/g_graph.c +++ b/pd/src/g_graph.c @@ -1327,7 +1327,7 @@ static void graph_motion(void *z, t_floatarg dx, t_floatarg dy) static int graph_click(t_gobj *z, struct _glist *glist, int xpix, int ypix, int shift, int alt, int dbl, int doit) { - fprintf(stderr, "graph_click %d\n", doit); + //fprintf(stderr, "graph_click %d\n", doit); t_glist *x = (t_glist *)z; t_gobj *y, *clickme = NULL; int clickreturned = 0; -- GitLab