debug message removed

This commit is contained in:
antirez
2011-09-13 16:53:33 +02:00
parent b7c739b0dd
commit b147cb9e1a
3 changed files with 25 additions and 27 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().");