mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
chore: remove unused variable
This commit is contained in:
parent
2d53229ca9
commit
ceec08dbca
@ -112,7 +112,6 @@ function _defineNuxtModule<
|
||||
}
|
||||
|
||||
// Call setup
|
||||
const key = `nuxt:module:${uniqueKey || (Math.round(Math.random() * 10000))}`
|
||||
const start = performance.now()
|
||||
const res = await module.setup?.call(null as any, _options, nuxt) ?? {}
|
||||
const perf = performance.now() - start
|
||||
|
Loading…
Reference in New Issue
Block a user