]> granicus.if.org Git - graphviz/commitdiff
Remove debug print statement
authorerg <devnull@localhost>
Tue, 19 Aug 2008 21:54:09 +0000 (21:54 +0000)
committererg <devnull@localhost>
Tue, 19 Aug 2008 21:54:09 +0000 (21:54 +0000)
lib/neatogen/poly.c

index 481376373b431c249b58508d90680dc8b34fe480..ee18b5cf78c5c9c9008ee140d38b8cc1a5822a58 100644 (file)
@@ -238,7 +238,6 @@ void makeAddPoly(Poly * pp, Agnode_t * n, float xmargin, float ymargin)
                else {
                    for (i = 0; i < sides; i++) {
                         double h = LEN(poly->vertices[i].x,poly->vertices[i].y);
-fprintf(stderr,"v=%g,%g h=%g\n", poly->vertices[i].x, poly->vertices[i].y, h);
                        verts[i].x = poly->vertices[i].x * (1.0 + xmargin/h);
                        verts[i].y = poly->vertices[i].y * (1.0 + ymargin/h);
                        verts[i].x = PS2INCH(verts[i].x);