mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Shell: Stop printing 'sh -c' commands
That's getting too spammy and too useless.
This commit is contained in:
parent
c14047034b
commit
bbce061a61
Notes:
sideshowbarker
2024-07-17 08:20:37 +09:00
Author: https://github.com/alimpfard
Commit: bbce061a61
Pull-request: https://github.com/SerenityOS/serenity/pull/14823
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
shell->set_local_variable("ARGV", adopt_ref(*new Shell::AST::ListValue(move(script_args))));
|
||||
|
||||
if (!command_to_run.is_empty()) {
|
||||
dbgln("sh -c '{}'\n", command_to_run);
|
||||
auto result = shell->run_command(command_to_run);
|
||||
if (!keep_open)
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue