mirror of
https://github.com/supabase/supabase.git
synced 2026-06-06 22:23:54 +08:00
remove console logs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user