Skip to content

Commit 267fcc9

Browse files
committed
chore(travis): log used ports
1 parent 84187b6 commit 267fcc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/browser-stack/start-tunnel.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ var tunnel = new BrowserStackTunnel({
2525
hosts: hosts
2626
});
2727

28-
28+
console.log('Starting tunnel on ports', PORTS.join(', '));
2929
tunnel.start(function(error) {
30-
console.log('** callback **')
3130
if (error) {
3231
console.error('Can not establish the tunnel', error);
3332
} else {

0 commit comments

Comments
 (0)