mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove some debug
This commit is contained in:
parent
33c994ad5c
commit
0f78419e1a
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ export class RedisDataSource {
|
|||
async initialize(): Promise<this> {
|
||||
if (this.isInitialized) throw 'Error already initialized'
|
||||
|
||||
console.trace('initializing with options: ', { options: this.options })
|
||||
|
||||
this.redisClient = createIORedisClient('app', this.options)
|
||||
this.workerRedisClient = createIORedisClient('worker', this.options)
|
||||
this.isInitialized = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue