Skip to content

Commit

Permalink
Removed console.log() on CLI for Local IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Dec 24, 2024
1 parent 3bfdafb commit d56da47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ function getLocalIps() {
++alias;
});
});
console.log(chalk.blueBright(`Local IPs: ${ips.join(" | ")}`));
return ips;
}

Expand Down

0 comments on commit d56da47

Please sign in to comment.