From 9496bbc9fe70e3a3148391b10fd9070286390f75 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sun, 15 Jul 2012 17:40:10 -0400
Subject: [PATCH] removed debug output

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

diff --git a/src/g_text.c b/src/g_text.c
index 047836016..126e3faed 100644
--- a/src/g_text.c
+++ b/src/g_text.c
@@ -1372,7 +1372,7 @@ static void text_vis(t_gobj *z, t_glist *glist, int vis)
 	//if we are in k12 mode and this is hub with level 1 (global) don't draw it and make its width/height 0
 	int exception = 0;
 	if (pd_class(&x->te_pd) == preset_hub_class && sys_k12_mode) {
-		fprintf(stderr,"text_vis reports preset_hub_class detected\n");
+		//fprintf(stderr,"text_vis reports preset_hub_class detected\n");
 		t_preset_hub *h = (t_preset_hub *)z;
 		if (h->ph_invis) {
 			exception = 1;
-- 
GitLab