mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
sh: Remove debug spam during command launch.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user