Skip to content

Commit db6489c

Browse files
committed
feature(): Remove useless logs
1 parent a60803e commit db6489c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

lib/index.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,8 @@ var startProxy = function(port, proxyUrl, proxyPartial, credentials, origin, web
3737
// Welcome Message
3838
console.log(chalk.bgGreen.black.bold.underline('\n Proxy Active \n'));
3939
console.log(chalk.blue('Proxy Url: ' + chalk.green(cleanProxyUrl)));
40-
console.log(chalk.blue('Proxy Partial: ' + chalk.green(cleanProxyPartial)));
41-
console.log(chalk.blue('PORT: ' + chalk.green(port)));
42-
console.log(chalk.blue('Credentials: ' + chalk.green(credentials)));
43-
console.log(chalk.blue('Origin: ' + chalk.green(origin) + '\n'));
44-
console.log(
45-
chalk.cyan(
46-
'To start using the proxy simply replace the proxied part of your url with: ' +
47-
chalk.bold('http://localhost:' + port + '/' + cleanProxyPartial + '\n')
48-
)
49-
);
40+
console.log(chalk.blue('Webhook Store: ' + chalk.green(webhookStoreUrl) + '\n'));
41+
5042
console.log(chalk.cyan('Now opening the webhook store ' + chalk.bold(webhookStoreUrl)));
5143
open(webhookStoreUrl)
5244
};

0 commit comments

Comments
 (0)