mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-08 21:09:37 +00:00
Remove unnecessary timing measurements
This commit is contained in:
parent
07d7d16418
commit
ab19e25586
2 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
const { performance } = require('perf_hooks')
|
||||
const Logger = require('../Logger')
|
||||
|
||||
|
||||
async function measure(tag, func) {
|
||||
const start = performance.now()
|
||||
const result = await func()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue