removed unwanted logs

This commit is contained in:
SrGooglo 2023-04-04 23:52:38 +00:00
parent 2d4c8da048
commit 7d7c6c84bc

View File

@ -42,8 +42,6 @@ export class PagePanelWithNavMenu extends React.Component {
if (!tab) {
tab = this.props.tabs.find((children) => children.key === key)
} else {
console.log(tab.children)
if (!tab.children) {
console.error("PagePanelWithNavMenu: tab.children is not defined")