fix: removing console log
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user