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:
parent
08bc5d44e7
commit
b204b77b29
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue