Skip to content

Commit

Permalink
remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAntunesCosta committed Jan 8, 2025
1 parent 7c35ea6 commit b2fb422
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
12 changes: 0 additions & 12 deletions src/components/sidebar-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ const SidebarSection = ({
{ name: 'PATCH', active: false },
])

console.log('/////////------- sidebar-section -*/-*/')
//console.log('documentation')
//console.log(documentation)
//console.log('name')
//console.log(name)
//console.log('activeSectionName')
//console.log(activeSectionName)
//console.log('categories')
//console.log(categories)

const filterStatus = methodFilterList.some(
(methodFilter) => methodFilter.active
)
Expand Down Expand Up @@ -107,11 +97,9 @@ const SidebarSection = ({
let localizedSectionTitle = ''

if (!categories || categories.length <= 0) {
console.log('if')
return <></>
} else {
localizedSectionTitle = typeof(name) === 'string' ? name : name[locale]
console.log('else')
}

return isHamburgerMenu ? (
Expand Down
8 changes: 0 additions & 8 deletions src/lib/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ const Sidebar = ({ parentsArray = [] }: SideBarSectionState) => {
: null),
}

console.log('/////////------- sidebar')
console.log('activeSectionName')
console.log(activeSectionName)
console.log('sidebarSectionContent')
console.log(sidebarSectionContent)
console.log('sidebarDataMaster')
console.log(sidebarDataMaster)

updateOpenPage({
parentsArray,
context,
Expand Down

0 comments on commit b2fb422

Please sign in to comment.