fix: removing testing console logs

This commit is contained in:
Kevin Nadro
2025-05-20 09:53:30 -05:00
parent 8ddbb488d6
commit 30b2a765fc

View File

@ -39,12 +39,10 @@ export const getAllSubDirectoriesAtProjectRoot = ({
return folder.name === projectFolderName
})
console.log(projectFolder)
// Find the subdirectories
if (projectFolder) {
// 1st level
const children = projectFolder.children
console.log(children)
if (children) {
children.forEach((childFileOrDirectory) => {
// 2nd level