more cleanup

This commit is contained in:
Reinier Criel 2025-10-22 15:16:53 -07:00
parent fbb7e0f95f
commit 982da4aa77
4 changed files with 6 additions and 29 deletions

View file

@ -11,8 +11,6 @@ let targetVersionMajor;
// Copy argv so we can mutate while parsing
const argv = process.argv.slice(2);
console.log("** aikido-pip ** Original arguments:", process.argv.slice(2));
for (let i = 0; i < argv.length; i++) {
const a = argv[i];