mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 02:32:44 +02:00
Remove unnecessary timing measurements
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user