From 03a2afc42c82607f3c083475be73f5e113f69ab9 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 8 Sep 2015 00:42:57 -0400 Subject: [PATCH] Clean up debug messages --- pd/src/g_editor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c index 46116ca68..9bd042b24 100644 --- a/pd/src/g_editor.c +++ b/pd/src/g_editor.c @@ -5494,7 +5494,7 @@ void glob_verifyquit(void *dummy, t_floatarg f) } else { - gui_vmess("gui_post", "s", "about to quite seresly dood"); + post("Quitting Pd..."); glob_quit(0); } } @@ -5532,7 +5532,6 @@ void canvas_menuclose(t_canvas *x, t_floatarg fforce) /* first open window */ if (!glist_istoplevel(g) && g->gl_env) { - post("opening menu"); /* if this is an abstraction */ vmess(&g->gl_pd, gensym("menu-open"), ""); } -- GitLab