Removed debugging statement.

This commit is contained in:
D. Mitch Bailey 2021-09-07 19:16:33 -07:00
parent df1c4c5153
commit 1338e3beb5
1 changed files with 0 additions and 7 deletions

View File

@ -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;