diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 816296b4ed..e80c2b8bcf 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -342,8 +342,6 @@ int ParseCacheInfoFile() printf("\t%d out of 3 fields successfully parsed.\n", parseResult); - printf("\tcacheMountDir: '%s'\n\tcacheBaseDir: '%s'\n\tcacheBlocks: %d\n", - cacheMountDir, cacheBaseDir, cacheBlocks); return(1); }