]> granicus.if.org Git - graphviz/commitdiff
Remove debug lines which were committed by mistake
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:10:52 +0000 (21:10 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:10:52 +0000 (21:10 +0000)
lib/common/shapes.c

index d5e50888ddb75720ba3a1d1b427c89c1b5d041d7..db56ea89798128f41c7c902eb410e96a264ad28a 100644 (file)
@@ -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;
 }