fix: removing console log

This commit is contained in:
Kevin
2025-06-30 10:42:49 -05:00
parent d7e73934f2
commit 2fc8ca8e9a

View File

@ -264,7 +264,6 @@ export const ProjectExplorer = ({
!isAnyParentClosed && !isAnyParentClosed &&
(project.path === child.parentPath || (project.path === child.parentPath ||
openedRows.get(child.parentPath)) openedRows.get(child.parentPath))
console.log(project.path, child.parentPath)
let icon: CustomIconName = 'file' let icon: CustomIconName = 'file'
if (isKCLFile) { if (isKCLFile) {