1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

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;