Remove debug

This commit is contained in:
Jackson Harper 2024-01-18 15:33:51 +08:00
parent 881a98eb86
commit 7754139207

View file

@ -89,7 +89,6 @@ const createIORedisClient = (
return 10
},
}
console.log('connecting to redis: ', { redisURL, redisOptions })
return new Redis(redisURL, redisOptions)
}