Skip to content

Commit cdfc8c7

Browse files
committed
chore: clean unused codepaths
1 parent edd166e commit cdfc8c7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

find-python-projects.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ async function findPythonProjects(rootDir, desiredExportPaths) {
6464
projects: projects,
6565
paths: projects.map((project) => project.path),
6666
projectsByCommand: getProjectsByCommand(projects),
67-
testableProjects: projects.filter((project) => project.testCommand),
68-
packageableProjects: projects.filter((project) => project.packageCommand),
6967
};
7068
}
7169

0 commit comments

Comments
 (0)