remove unwanted log

This commit is contained in:
SrGooglo 2023-05-16 19:31:16 +00:00
parent 7e29ecc8c2
commit 2f50a48260

View File

@ -112,8 +112,6 @@ export class PagePanelWithNavMenu extends React.Component {
}
handleTabChange = async (key) => {
console.log(key)
if (this.state.activeTab === key) return
if (this.props.transition) {