mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Userland/ls: Remove unnecessary output
This commit is contained in:
parent
6dde2c7f47
commit
e00b85b8c0
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]);
|
status = do_file_system_object(paths[0]);
|
||||||
} else {
|
} else {
|
||||||
for (auto& path : paths) {
|
for (auto& path : paths) {
|
||||||
printf("%s:\n", path);
|
|
||||||
status = do_file_system_object(path);
|
status = do_file_system_object(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue