remove debug info

pull/10/head
yuqing 2016-03-18 08:44:18 +08:00
parent 0103aef791
commit 1bdc948909
1 changed files with 0 additions and 2 deletions

View File

@ -736,8 +736,6 @@ static void* log_gzip_func(void *args)
log_filepath, filename_array.filenames[i]); log_filepath, filename_array.filenames[i]);
snprintf(cmd, sizeof(cmd), "%s %s", gzip, full_filename); snprintf(cmd, sizeof(cmd), "%s %s", gzip, full_filename);
system(cmd); system(cmd);
fprintf(stderr, "%s\n", cmd);
} }
log_free_filename_array(&filename_array); log_free_filename_array(&filename_array);