From ede09456152100c64ee8b84f80692559be3396c9 Mon Sep 17 00:00:00 2001 From: Junghyun Kim Date: Tue, 11 Oct 2016 19:17:59 +0900 Subject: Remove unnecessary log messages. Change-Id: Ib216a5e593ddf5a7c8fe1f3f39e7a559387d0edb Signed-off-by: Junghyun Kim --- Source/kwsys/Directory.cxx | 2 -- 1 file changed, 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; } -- cgit v1.2.3