From 1338e3beb56b96e08cee3adf75d07da15313785f Mon Sep 17 00:00:00 2001 From: "D. Mitch Bailey" Date: Tue, 7 Sep 2021 19:16:33 -0700 Subject: [PATCH] Removed debugging statement. --- base/netcmp.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/base/netcmp.c b/base/netcmp.c index aec25fd..38444d1 100644 --- a/base/netcmp.c +++ b/base/netcmp.c @@ -6892,13 +6892,6 @@ int reorderpins(struct hashlist *p, int file) "Ordering will be arbitrary.\n", tc2->name); for (ob = ptr->cell; ob != NULL; ) { - /* Catch badness */ - if (ob->next && (ob->next->node > 99999)) { - if (ob->next->node % 10000 == 0) { /* print once every 10000 nodes over 100000 */ - Fprintf(stdout, "Bad node. Node count %d\n", ob->next->node); - } - } - if (ob->type == FIRSTPIN) { if ((*matchfunc)(ob->model.class, tc2->name)) { char *sptr = ob->instance.name;