Userland/ls: Remove unnecessary output

This commit is contained in:
Hüseyin ASLITÜRK 2020-04-25 12:47:06 +03:00 committed by Andreas Kling
parent 6dde2c7f47
commit e00b85b8c0
Notes: sideshowbarker 2024-07-19 07:19:12 +09:00

View File

@ -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);
}
}