sh: Remove debug spam during command launch.

This commit is contained in:
Andreas Kling
2019-04-26 17:33:06 +02:00
parent 08bc5d44e7
commit b204b77b29

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;