Index: trunk/src_plugins/drc_query/drc_query.c =================================================================== --- trunk/src_plugins/drc_query/drc_query.c (revision 30208) +++ trunk/src_plugins/drc_query/drc_query.c (revision 30209) @@ -82,9 +82,6 @@ if (!bv) return; - printf("drc found %s\n", qctx->desc); - - violation = pcb_view_new(&qctx->pcb->hidlib, qctx->type, qctx->title, qctx->desc); if (res->type == PCBQ_VT_LST) { if (res->data.lst.used > 0) @@ -261,7 +258,6 @@ pcb_event_bind(PCB_EVENT_DRC_RUN, pcb_drc_query, NULL, drc_query_cookie); cbs.new_hlist_item_post = drc_query_newconf; - printf("REG: %d\n", pcb_conf_hid_reg(drc_query_cookie, &cbs)); pcb_conf_reg_file(DRC_QUERY_CONF_FN, drc_query_conf_internal); #define conf_reg(field,isarray,type_name,cpath,cname,desc,flags) \