mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
remove console.log
This commit is contained in:
parent
e032ff7f18
commit
4a00cdb6ce
@ -87,7 +87,7 @@ describe('semaphore', () => {
|
|||||||
await fakeWork(runOrder, 4)
|
await fakeWork(runOrder, 4)
|
||||||
await fakeWork(runOrder, 5)
|
await fakeWork(runOrder, 5)
|
||||||
|
|
||||||
console.log('runOrder=', runOrder)
|
// console.log('runOrder=', runOrder)
|
||||||
expect(runOrder[1].start).toBeLessThan(runOrder[1].end)
|
expect(runOrder[1].start).toBeLessThan(runOrder[1].end)
|
||||||
expect(runOrder[1].start).toBeLessThan(runOrder[2].start)
|
expect(runOrder[1].start).toBeLessThan(runOrder[2].start)
|
||||||
expect(runOrder[2].start).toBeLessThan(runOrder[2].end)
|
expect(runOrder[2].start).toBeLessThan(runOrder[2].end)
|
||||||
|
|||||||
@ -92,7 +92,6 @@ export class AppDatabase {
|
|||||||
await this.checkDBVersion()
|
await this.checkDBVersion()
|
||||||
|
|
||||||
this.redisClient = new Redis(CONFIG.REDIS_URL)
|
this.redisClient = new Redis(CONFIG.REDIS_URL)
|
||||||
console.log('Redis status=', this.redisClient.status)
|
|
||||||
logger.info('Redis status=', this.redisClient.status)
|
logger.info('Redis status=', this.redisClient.status)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user