diff --git a/Userland/ls.cpp b/Userland/ls.cpp index b567356fce..25ad7679af 100644 --- a/Userland/ls.cpp +++ b/Userland/ls.cpp @@ -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); } }