cleanup consolelog
This commit is contained in:
parent
951b15ad35
commit
5929ea0369
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ export const useInterfaceStore = defineStore('interface', {
|
||||||
},
|
},
|
||||||
setPageTitle(option = '') {
|
setPageTitle(option = '') {
|
||||||
try {
|
try {
|
||||||
console.log('TITLE', option, useInstanceStore().instanceIdentity.name)
|
|
||||||
document.title = `${option} ${useInstanceStore().instanceIdentity.name}`
|
document.title = `${option} ${useInstanceStore().instanceIdentity.name}`
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(`${error}`)
|
console.error(`${error}`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue