@xylabs/ts-scripts-yarn3 5.1.9 → 5.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2041,7 +2041,6 @@ function getFiles(dir, ignoreFolders) {
2041
2041
  const currentDirectory = cwd4();
2042
2042
  const subDirectory = dir.split(currentDirectory)[1];
2043
2043
  if (ignoreFolders.includes(subDirectory)) return [];
2044
- console.log("subDirectory:", subDirectory);
2045
2044
  return readdirSync(dir, {
2046
2045
  withFileTypes: true
2047
2046
  }).flatMap((dirent) => {