Skip to content

Commit 66a7006

Browse files
committed
fix: remove console log
1 parent 1a1a187 commit 66a7006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sensenet/src/components/content/CustomContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const CustomContent: FunctionComponent<ContentProps> = () => {
1414
const customDrawer = settings.drawer.items.find((item) => item.settings?.appPath === match.params.path)
1515
const path = customDrawer?.settings.root || settings.content.root || ConstantContent.PORTAL_ROOT.Path
1616
const { currentPath, onNavigate } = useTreeNavigation(path)
17-
console.log(path, currentPath, match.params)
1817

1918
switch (match.params.browseType) {
2019
default:

0 commit comments

Comments
 (0)