From 3de15e89d68c671cf0fde57b90e99779c8d00cc2 Mon Sep 17 00:00:00 2001
From: ellson <devnull@localhost>
Date: Tue, 18 Oct 2005 21:10:52 +0000
Subject: [PATCH] Remove debug lines which were committed by mistake

---
 lib/common/shapes.c | 2 --
 1 file changed, 2 deletions(-)

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;
 }
-- 
2.40.0