mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-09 04:10:06 +00:00
Remove some remaining logging.
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user