Skip to content

Commit

Permalink
remove minor log (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod authored Feb 13, 2024
1 parent ac6157c commit d548756
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 @@ -25,7 +25,6 @@ const options: OptIf = {};
* @returns
*/
export async function setup(params: any, opts?: any) {
console.log("process.platform", process.platform);
// If the platform is MacOS then the repos needs to be cloned and run locally by the user
// as polkadot and/or polkadot-parachain do not release a valid binaries for MacOS
if (process.platform === "darwin") {
Expand Down

0 comments on commit d548756

Please sign in to comment.