Comment out debug output

This commit is contained in:
Holger Vogt 2025-03-02 15:48:14 +01:00
parent c73dbf612e
commit 78b97574c8
1 changed files with 1 additions and 1 deletions

View File

@ -2846,7 +2846,7 @@ static void inp_fix_macro_param_func_paren_io(struct card *card)
str_ptr[3] = 'c';
str_ptr[4] = ' ';
}
fprintf(stdout, "%s\n", card->line);
// fprintf(stdout, "%s\n", card->line);
}
}
}