Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
firecast committed Dec 19, 2023
1 parent 09093c2 commit 937f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/local-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async function run(packageName, azureArtifacts, extraArgs, channel) {
const numaflowPackages = [...packagesToInstall].filter((pkg) => pkg.isNumaflowPackage);
if (packageName != "@atlan/cloud-packages") {
console.log("Numaflow packages to install: " + numaflowPackages.map((pkg) => pkg.name).join(", "));
// installPackages(numaflowPackages, extraArgs, azureArtifacts);
installPackages(numaflowPackages, extraArgs, azureArtifacts);
}

var safeToInstall = true;
Expand Down

0 comments on commit 937f2c5

Please sign in to comment.