From 08631d3a25ea4036cebf5aedaddc600e2777721c Mon Sep 17 00:00:00 2001 From: the1812 Date: Fri, 24 Dec 2021 23:27:33 +0800 Subject: [PATCH] Remove logs --- src/ui/icon/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/icon/index.ts b/src/ui/icon/index.ts index c3526f0d4..990e6c921 100644 --- a/src/ui/icon/index.ts +++ b/src/ui/icon/index.ts @@ -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(