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(
|
||||
10,
|
||||
(n, cb) => {
|
||||
console.log('run', n)
|
||||
async.series(jobs, cb)
|
||||
},
|
||||
() => {
|
||||
console.log('DONE')
|
||||
}
|
||||
)
|
||||
async.timesSeries(10, (n, cb) => {
|
||||
async.series(jobs, cb)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue