mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(files): templates logger usage
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
bf850542a6
commit
aa7098cc38
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ document.body.appendChild(TemplatePickerRoot)
|
|||
// Retrieve and init templates
|
||||
let templates = loadState('files', 'templates', [])
|
||||
let templatesPath = loadState('files', 'templates_path', false)
|
||||
logger.debug('Templates providers', templates)
|
||||
logger.debug('Templates providers', { templates })
|
||||
logger.debug('Templates folder', { templatesPath })
|
||||
|
||||
// Init vue app
|
||||
|
|
|
|||
Loading…
Reference in a new issue