Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
9496bbc9
Commit
9496bbc9
authored
Jul 15, 2012
by
Ivica Bukvic
Browse files
removed debug output
parent
178f48bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/g_text.c
View file @
9496bbc9
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment