Browse Source

chore: 🚮 remove console (#23431)

pull/23438/head
偏右 5 years ago
committed by GitHub
parent
commit
c3e263f2f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/layout/Sider.tsx

1
components/layout/Sider.tsx

@ -123,7 +123,6 @@ class InternalSider extends React.Component<InternalSideProps, SiderState> {
}
if (this.props.siderHook) {
console.log('removeSider');
this.props.siderHook.removeSider(this.uniqueId);
}
}

Loading…
Cancel
Save