Index: trunk/src_plugins/show_netnames/show_netnames.c =================================================================== --- trunk/src_plugins/show_netnames/show_netnames.c (revision 33504) +++ trunk/src_plugins/show_netnames/show_netnames.c (revision 33505) @@ -51,7 +51,6 @@ static void show_netnames_invalidate(void) { - rnd_trace("show_netnames: invalidate\n"); pcb_qry_uninit(&shn_qctx); } @@ -87,8 +86,6 @@ else netname = ""; - rnd_trace(" #%ld=%s", obj->ID, netname); - pcb_obj_center(obj, &x, &y); font = pcb_font(PCB, 0, 0); lscale = (double)conf_show_netnames.plugins.show_netnames.zoom_level / 100000.0; @@ -138,8 +135,6 @@ pcb = (pcb_board_t *)hidlib; info = argv[2].d.p; - rnd_trace("show_netnames: render:"); - if (shn_qctx.pcb != pcb) { show_netnames_invalidate(); shn_qctx.pcb = pcb; @@ -149,7 +144,6 @@ bx.X1 = info->drawn_area->X2; bx.Y1 = info->drawn_area->Y2; bx.X2 = info->drawn_area->X1; bx.Y2 = info->drawn_area->Y1; pcb_list_lyt_block_cb(pcb, PCB_LYT_COPPER, &bx, shn_render_cb, info); - rnd_trace("\n"); } int pplg_check_ver_show_netnames(int ver_needed) { return 0; }