]> granicus.if.org Git - graphviz/commitdiff
Remove print statement added for debugging
authorerg <devnull@localhost>
Thu, 30 Jun 2005 21:03:33 +0000 (21:03 +0000)
committererg <devnull@localhost>
Thu, 30 Jun 2005 21:03:33 +0000 (21:03 +0000)
lib/neatogen/constraint.c

index 6672b50efaace06a0a24bd61855a272a0ffe732a..387cb03ec6046a63f291dc06ed592ac87f8858ae 100644 (file)
@@ -398,7 +398,6 @@ static graph_t *mkConstraintG(graph_t * g, Dt_t * list,
      * if the graph is changed, the ND_in and ND_out data has to be updated.
      */
     mapGraphs(vg, cg, dist);
-fprintf (stderr, "mkG %d nodes %d edges\n", agnnodes(cg), agnedges(cg));
     agclose(vg);
 
     /* add dummy constraints for absolute values and initial positions */