Index: trunk/src/plugins/rt_topo/crbs_cdt.c =================================================================== --- trunk/src/plugins/rt_topo/crbs_cdt.c (revision 1454) +++ trunk/src/plugins/rt_topo/crbs_cdt.c (revision 1455) @@ -50,7 +50,8 @@ gl = grbs_line_realize(&crbs->grbs, tn, cp1->gpt, cp2->gpt); \ gl->user_data = ctn; \ gl->immutable = immut; \ - printf("GT 2net_new _c_edge_%d %f %f from P%ld to P%ld\n", add_c_edge_cnt++, cop, clr, cp1->gpt->uid, cp2->gpt->uid); \ + if (0) \ + printf("GT 2net_new _c_edge_%d %f %f from P%ld to P%ld\n", add_c_edge_cnt++, cop, clr, cp1->gpt->uid, cp2->gpt->uid); \ } \ } while(0) \