From: erg Date: Wed, 24 Jun 2009 22:45:44 +0000 (+0000) Subject: Remove debug statements X-Git-Tag: LAST_LIBGRAPH~32^2~1875 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a97035fd9fb594d8b0b02662cf55860753f2a2c;p=graphviz Remove debug statements --- diff --git a/cmd/smyrna/topview.c b/cmd/smyrna/topview.c index 8ca15f81a..039e0fcd2 100755 --- a/cmd/smyrna/topview.c +++ b/cmd/smyrna/topview.c @@ -374,9 +374,6 @@ void preparetopview(Agraph_t * g, topview * t) /*set some stats for topview*/ t->Nodecount = ind; t->Edgecount = ind2; - printf("node count:%d\n",ind); - printf("edge count:%d\n",ind2); - /*create glcomp menu system*/ view->widgets =glcreate_gl_topview_menu();