From: ellson Date: Tue, 18 Oct 2005 21:10:52 +0000 (+0000) Subject: Remove debug lines which were committed by mistake X-Git-Tag: LAST_LIBGRAPH~32^2~7062 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3de15e89d68c671cf0fde57b90e99779c8d00cc2;p=graphviz Remove debug lines which were committed by mistake --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index d5e50888d..db56ea897 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -1757,8 +1757,6 @@ static port record_port(node_t * n, char *portname, char *compass) } else if (compassPort(n, &f->b, &rv, portname, sides, NULL)) { unrecognized(n, portname); } -fprintf (stderr, "port %s:%s:%s %d\n", n->name, (portname?portname:""), -(compass?compass:""), rv.order); return rv; }