mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
Userland/ls: Remove unnecessary output
This commit is contained in:
parent
6dde2c7f47
commit
e00b85b8c0
Notes:
sideshowbarker
2024-07-19 07:19:12 +09:00
Author: https://github.com/asliturk
Commit: e00b85b8c0
Pull-request: https://github.com/SerenityOS/serenity/pull/1948
Reviewed-by: https://github.com/awesomekling ✅
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ int main(int argc, char** argv)
|
|||
status = do_file_system_object(paths[0]);
|
||||
} else {
|
||||
for (auto& path : paths) {
|
||||
printf("%s:\n", path);
|
||||
status = do_file_system_object(path);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue