Skip to content

Commit 31484de

Browse files
committed
remove log
1 parent a826a9e commit 31484de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DrawerChild.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ class DrawerChild extends React.Component<IDrawerChildProps, IState> {
305305
}
306306

307307
private addScrollingEffect = (right: number) => {
308-
console.log(222)
309308
const { placement, duration, ease, getOpenCount, switchScrollingEffect } = this.props;
310309
const openCount = getOpenCount && getOpenCount();
311310
if (openCount === 1) {

0 commit comments

Comments
 (0)