mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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
|
#ifdef SH_DEBUG
|
||||||
dbgprintf("Now we gotta wait on children:\n");
|
dbgprintf("Now we gotta wait on children:\n");
|
||||||
#endif
|
|
||||||
for (auto& child : children)
|
for (auto& child : children)
|
||||||
dbgprintf(" %d\n", child);
|
dbgprintf(" %d\n", child);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int wstatus = 0;
|
int wstatus = 0;
|
||||||
int rc;
|
int rc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue