clean: Update global.js clean console.log svg component name
This commit is contained in:
parent
04cfd0eb38
commit
ed840a96e6
|
@ -31,7 +31,6 @@ const registerIcons = async(app) => {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
const key = `${pluginName}${iconName}`
|
const key = `${pluginName}${iconName}`
|
||||||
console.log(key)
|
|
||||||
const iconComponent = createIconComponent(iconName)
|
const iconComponent = createIconComponent(iconName)
|
||||||
config.logs.push({
|
config.logs.push({
|
||||||
'key': key,
|
'key': key,
|
||||||
|
|
Loading…
Reference in New Issue