mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +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, 5)
|
||||
|
||||
console.log('runOrder=', runOrder)
|
||||
// console.log('runOrder=', runOrder)
|
||||
expect(runOrder[1].start).toBeLessThan(runOrder[1].end)
|
||||
expect(runOrder[1].start).toBeLessThan(runOrder[2].start)
|
||||
expect(runOrder[2].start).toBeLessThan(runOrder[2].end)
|
||||
|
||||
@ -92,7 +92,6 @@ export class AppDatabase {
|
||||
await this.checkDBVersion()
|
||||
|
||||
this.redisClient = new Redis(CONFIG.REDIS_URL)
|
||||
console.log('Redis status=', this.redisClient.status)
|
||||
logger.info('Redis status=', this.redisClient.status)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user