remove printf added by accident.

Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
master
Mohamad Chaarawi 2018-08-28 19:45:18 +00:00
parent f4b03efd72
commit 98ae5df16d
1 changed files with 0 additions and 2 deletions

View File

@ -309,9 +309,7 @@ void DecodeDirective(char *line, IOR_param_t *params)
} else if (strcasecmp(option, "daosrecordsize") == 0) {
params->daosRecordSize = string_to_bytes(value);
} else if (strcasecmp(option, "daosstripesize") == 0) {
printf("HERE %s\n", value);
params->daosStripeSize = string_to_bytes(value);
printf("HERE %d\n", params->daosStripeSize);
} else if (strcasecmp(option, "daosstripecount") == 0) {
params->daosStripeCount = atoi(value);
} else if (strcasecmp(option, "daosstripemax") == 0) {