diff --git a/src/utils/index.jsx b/src/utils/index.jsx index 3bee2fd..63ffb7c 100644 --- a/src/utils/index.jsx +++ b/src/utils/index.jsx @@ -478,7 +478,6 @@ export function _copy(val) { } export function cloneDeep(val) { - console.log(1) return JSON.parse(JSON.stringify(val)) }