Skip to content

Commit 8b3f7d2

Browse files
committed
style: delete console
1 parent 074aaaf commit 8b3f7d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/drawer/__tests__/MultiDrawer.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const MultiDrawer = {
2929
this.childrenDrawer = true;
3030
},
3131
onChildrenDrawerClose() {
32-
console.log('hello');
3332
this.childrenDrawer = false;
3433
},
3534
},

components/menu/index.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ const Menu = {
132132
this.$emit('mouseenter', e);
133133
},
134134
handleTransitionEnd(e) {
135-
// console.log(111)
136135
// when inlineCollapsed menu width animation finished
137136
// https://github.com/ant-design/ant-design/issues/12864
138137
const widthCollapsed = e.propertyName === 'width' && e.target === e.currentTarget;

0 commit comments

Comments
 (0)