mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove unnecessary console.log from hash benchmark
This commit is contained in:
parent
939ad3af31
commit
8c80ddd27a
1 changed files with 3 additions and 10 deletions
|
@ -68,13 +68,6 @@ files.forEach((file) => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
async.timesSeries(
|
async.timesSeries(10, (n, cb) => {
|
||||||
10,
|
async.series(jobs, cb)
|
||||||
(n, cb) => {
|
})
|
||||||
console.log('run', n)
|
|
||||||
async.series(jobs, cb)
|
|
||||||
},
|
|
||||||
() => {
|
|
||||||
console.log('DONE')
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in a new issue