diff options
-rw-r--r-- | Source/kwsys/Directory.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/kwsys/Directory.cxx b/Source/kwsys/Directory.cxx index c16b9139b..8ebd56084 100644 --- a/Source/kwsys/Directory.cxx +++ b/Source/kwsys/Directory.cxx @@ -218,8 +218,6 @@ bool Directory::Load(const char* name) int num_entries = scandir(name, &namelist, NULL, alphasort); if(num_entries == -1) { - printf("name=%s\n", name); - perror("scandir"); return 0; } |