Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Aug 2, 2023
1 parent 1f1a310 commit 228c899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/packages/cli/src/actions/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export async function setup(params: any, opts?: any) {

// If the platform is MacOS then the polkadot repo needs to be cloned and run locally by the user
// as polkadot do not release a binary for MacOS
console.log("PARAMS: ", params);
if (params[0] === "all") {
params = [POLKADOT, POLKADOT_PARACHAIN];
}
Expand Down

0 comments on commit 228c899

Please sign in to comment.