chore(back): clean leftover console.log
This commit is contained in:
parent
ecb2b13a83
commit
bbd9480000
@ -14,7 +14,6 @@ export default class RedisComponent extends ApplicationComponent implements Cach
|
||||
|
||||
public async start(_app: Express): Promise<void> {
|
||||
const redisUrl = `redis://${config.get('redis.host')}:${config.get('redis.port')}`;
|
||||
console.log(redisUrl);
|
||||
this.redisClient = createClient({
|
||||
url: redisUrl,
|
||||
password: config.has('redis.password') ? config.get<string>('redis.password') : undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user