debug message removed

This commit is contained in:
antirez
2011-09-13 16:53:33 +02:00
parent c8d0013f38
commit a72c0423b4
2 changed files with 4 additions and 2 deletions

View File

@ -100,7 +100,6 @@ void *bioProcessBackgroundJobs(void *arg) {
/* Process the job accordingly to its type. */
if (job->type == REDIS_BIO_CLOSE_FILE) {
printf("Closing file...\n");
close((long)job->data);
} else {
redisPanic("Wrong job type in bioProcessBackgroundJobs().");