remove console logs

This commit is contained in:
Jonathan Summers-Muir
2022-12-21 12:28:07 +08:00
parent 06d5476f25
commit 9bb3f4f310
3 changed files with 1 additions and 13 deletions

View File

@@ -170,13 +170,6 @@ interface INavigationMenuRefList {
const Content: React.FC<INavigationMenuRefList> = ({ id, lib, commonSections, spec }) => {
const allowedClientKeys = spec ? generateAllowedClientLibKeys(commonSections, spec) : undefined
console.log(
id && 'id changed',
lib && 'lib changed',
commonSections && 'commonSections changed',
allowedClientKeys && 'allowedClientKeys changed'
)
let sections = commonSections
const allowedKeys = allowedClientKeys
@@ -226,9 +219,6 @@ const Content: React.FC<INavigationMenuRefList> = ({ id, lib, commonSections, sp
}).items.map((x) => x.id)
: []
// console.log(filterIds)
// console.log(modifierIds)
return (
<div className={'w-full flex flex-col gap-0 sticky top-8'}>
<Link href="/" passHref>