]> granicus.if.org Git - graphviz/commitdiff
Remove debug statements
authorerg <devnull@localhost>
Wed, 24 Jun 2009 22:45:44 +0000 (22:45 +0000)
committererg <devnull@localhost>
Wed, 24 Jun 2009 22:45:44 +0000 (22:45 +0000)
cmd/smyrna/topview.c

index 8ca15f81a2190c43d4685db722e7615412b62735..039e0fcd2530ab8a47d12a9271b7afbd4607717a 100755 (executable)
@@ -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();