未验证 提交 f75dd5ab 编写于 作者: A Antee 提交者: GitHub

chore(avatar): 删除不必要的 console.log 信息 (#623)

避免在 `nutui-react-taro` 中使用 `<Avatar/>` 组件时持续在控制台打印 log 信息
上级 6c5cef67
......@@ -146,12 +146,6 @@ export const Avatar: FunctionComponent<
onActiveAvatar && onActiveAvatar(e)
}
console.log(
'!parent?.propAvatarGroup?.maxCount',
!parent?.propAvatarGroup?.maxCount,
showMax
)
return (
<>
{(showMax ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册