From 779a77789425f5c48836bd8eb25bd175d5daae69 Mon Sep 17 00:00:00 2001 From: netbenixcn Date: Sun, 7 Jun 2020 11:17:38 +0200 Subject: [PATCH] Updated show_dir.c --- commands/show_dir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/show_dir.c b/commands/show_dir.c index 0024cc6..240524e 100644 --- a/commands/show_dir.c +++ b/commands/show_dir.c @@ -33,7 +33,6 @@ void showDirectory(char *arg[]){ return; } realpath(arg[1], path); - printf("Path: %s\n", path); if(d){ while((dir = readdir(d))){ if(dir->d_type == 8){ //IF IS FILE