From: erg Date: Thu, 30 Jun 2005 21:03:33 +0000 (+0000) Subject: Remove print statement added for debugging X-Git-Tag: LAST_LIBGRAPH~32^2~7480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5615912c05a0247638ba245a7377d32a6b7b6e94;p=graphviz Remove print statement added for debugging --- diff --git a/lib/neatogen/constraint.c b/lib/neatogen/constraint.c index 6672b50ef..387cb03ec 100644 --- a/lib/neatogen/constraint.c +++ b/lib/neatogen/constraint.c @@ -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 */