Remove logs

This commit is contained in:
the1812 2021-12-24 23:27:33 +08:00
parent c6270d4c00
commit 08631d3a25

View File

@ -2,7 +2,6 @@ import { registerAndGetData } from '@/plugins/data'
export const CustomIcons = 'ui.icons'
const context = require.context('./custom', true, /\.svg$/)
console.log(context)
export const customIcons: {
[name: string]: string
} = lodash.fromPairs(