diff options
author | Omar Polo <op@omarpolo.com> | 2024-07-06 18:05:51 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-07-06 18:05:51 +0000 |
commit | 8d9aeea2c909b41533ac80622b532f93657fb815 (patch) | |
tree | 27ab847c918855fe11ef3356c4e170d414bd8681 /gmid.c | |
parent | 8306bb90d1378b32a56f909e973ee6344515cd37 (diff) |
remove debug log
Diffstat (limited to 'gmid.c')
-rw-r--r-- | gmid.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -275,7 +275,6 @@ main(int argc, char **argv) &errstr); if (errstr != NULL) fatalx("invalid process instance"); - log_warnx("nprocs is %d", nprocs); break; case 'n': conftest++; |