From 8b3f7d2f4a486a480c9cc114cfef92ce78daa438 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 12 Jan 2019 17:23:44 +0800 Subject: [PATCH] style: delete console --- components/drawer/__tests__/MultiDrawer.test.js | 1 - components/menu/index.jsx | 1 - 2 files changed, 2 deletions(-) diff --git a/components/drawer/__tests__/MultiDrawer.test.js b/components/drawer/__tests__/MultiDrawer.test.js index ee44587d8..6a91ea8c0 100644 --- a/components/drawer/__tests__/MultiDrawer.test.js +++ b/components/drawer/__tests__/MultiDrawer.test.js @@ -29,7 +29,6 @@ const MultiDrawer = { this.childrenDrawer = true; }, onChildrenDrawerClose() { - console.log('hello'); this.childrenDrawer = false; }, }, diff --git a/components/menu/index.jsx b/components/menu/index.jsx index b16d219c5..fff58ddde 100644 --- a/components/menu/index.jsx +++ b/components/menu/index.jsx @@ -132,7 +132,6 @@ const Menu = { this.$emit('mouseenter', e); }, handleTransitionEnd(e) { - // console.log(111) // when inlineCollapsed menu width animation finished // https://github.com/ant-design/ant-design/issues/12864 const widthCollapsed = e.propertyName === 'width' && e.target === e.currentTarget;