<@U016EM8L91B> Working on a simple pull request for `netgen`. Looks like there's debugging code left...
m
@User Working on a simple pull request for
netgen
. Looks like there's debugging code left at line 6895 in
base/netcmp.c
. Is it ok to delete this? I get over 4M lines of
Bad.
in the
storage
LVS result.
Copy code
/* Catch badness */
	if (ob->next && (ob->next->node > 100000)) {
	    Fprintf(stdout, "Bad.\n");
	}
t
Agreed that was debugging code that shouldn't have gotten pushed to the distribution. But. . . it indicates something went wrong, although I have failed myself in being too terse with the comments and I no longer remember what the issue was, and will have to stare at the code a bit to refresh my memory. But sure, go ahead and remove it in the pull request.
Oh, possibly there really are more than 100k nodes in the storage block. Which makes a lot of sense. So, yes, just get rid of that print statement.