sh: Remove debug spam during command launch.

This commit is contained in:
Andreas Kling 2019-04-26 17:33:06 +02:00
commit b204b77b29
Notes: sideshowbarker 2024-07-19 14:34:47 +09:00

View file

@ -470,9 +470,10 @@ static int runcmd(char* cmd)
#ifdef SH_DEBUG
dbgprintf("Now we gotta wait on children:\n");
#endif
for (auto& child : children)
dbgprintf(" %d\n", child);
#endif
int wstatus = 0;
int rc;