Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7920
Modified Files: Tag: devel_0_39 desire.c Log Message: removing obsolete debugging messages
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.99 retrieving revision 1.1.2.100 diff -C2 -d -r1.1.2.99 -r1.1.2.100 *** desire.c 8 Aug 2006 21:15:16 -0000 1.1.2.99 --- desire.c 11 Aug 2006 01:49:44 -0000 1.1.2.100 *************** *** 214,222 **** void manager_call (void *foo) { t_manager *self = (t_manager *)foo; ! if (self->q->len) post("manager_call: %d notices",self->q->len); while (!queue_empty(self->q)) { t_gobj *o = (t_gobj *)queue_get(self->q); if (!o->g_adix->dirtyc) continue; ! post("UPLOADING a %s",o->g_pd->c_name->s_name); pd_upload(o); o->g_adix->dirtyc = 0; --- 214,222 ---- void manager_call (void *foo) { t_manager *self = (t_manager *)foo; ! /*if (self->q->len) post("manager_call: %d notices",self->q->len);*/ while (!queue_empty(self->q)) { t_gobj *o = (t_gobj *)queue_get(self->q); if (!o->g_adix->dirtyc) continue; ! /*post("UPLOADING a %s",o->g_pd->c_name->s_name);*/ pd_upload(o); o->g_adix->dirtyc = 0; *************** *** 228,237 **** t_manager *self = (t_manager *)self_; t_appendix *a = (t_appendix *)origin->g_adix; ! post("manager_notice(%p,%p,%d,...)",self,origin,argc); if (!a->dirtyc) { queue_put(self->q,origin); a->dirtyc = 1; } else { ! post("double dirty: a->dirtyc=%d",a->dirtyc); } SETFLOAT(a->dirtyv,-1); /* in the future this may contain real data instead */ --- 228,237 ---- t_manager *self = (t_manager *)self_; t_appendix *a = (t_appendix *)origin->g_adix; ! /*post("manager_notice(%p,%p,%d,...)",self,origin,argc);*/ if (!a->dirtyc) { queue_put(self->q,origin); a->dirtyc = 1; } else { ! /*post("double dirty: a->dirtyc=%d",a->dirtyc);*/ } SETFLOAT(a->dirtyv,-1); /* in the future this may contain real data instead */