mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-21 02:08:18 +00:00
Remove some remaining logging.
This commit is contained in:
parent
7e45c8a656
commit
74c2399c7d
2
macros.c
2
macros.c
@ -117,10 +117,8 @@ void read_body(
|
||||
* level is a self-redefinition.
|
||||
*/
|
||||
char *nested_name = get_symbol(cp, &cp, NULL);
|
||||
printf("checking self_redef for %s %s\n", name, nested_name);
|
||||
if (nested_name != NULL) {
|
||||
if (strcmp(nested_name, name) == 0) {
|
||||
printf("setting self_redef for %s\n", name);
|
||||
self_redef |= 1;
|
||||
}
|
||||
free(nested_name);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user