From 0ee12846348f18c0c38a9d3e1f77a125337f17d3 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Mon, 16 Jul 2012 16:41:59 -0400
Subject: [PATCH] disabled stray debugging line

---
 src/g_numbox.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/g_numbox.c b/src/g_numbox.c
index 1fc00fd88..7eddc8211 100644
--- a/src/g_numbox.c
+++ b/src/g_numbox.c
@@ -1211,7 +1211,7 @@ static void *my_numbox_new(t_symbol *s, int argc, t_atom *argv)
 	x->x_hide_frame = 0; // default behavior
     if((argc == 19)&&IS_A_FLOAT(argv,18))
     {
-		fprintf(stderr,"blah %d\n", (int)atom_getintarg(18, argc, argv));
+		//fprintf(stderr,"blah %d\n", (int)atom_getintarg(18, argc, argv));
         x->x_hide_frame = (int)atom_getintarg(18, argc, argv);
     }
     x->x_gui.x_draw = (t_iemfunptr)my_numbox_draw;
-- 
GitLab