diff options
| author | Vojta Jina | 2013-12-03 10:58:54 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2013-12-03 15:49:18 -0800 | 
| commit | 267fcc999c43bf2b6a50bc531e5f7c2f356fcb96 (patch) | |
| tree | 0be83d6cc12c35e41eee0c4e991108366f1ad4ad | |
| parent | 84187b6d94179edf04512038f68c14f34a8e6219 (diff) | |
| download | angular.js-267fcc999c43bf2b6a50bc531e5f7c2f356fcb96.tar.bz2 | |
chore(travis): log used ports
| -rw-r--r-- | lib/browser-stack/start-tunnel.js | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/browser-stack/start-tunnel.js b/lib/browser-stack/start-tunnel.js index 87230b68..780f4444 100644 --- a/lib/browser-stack/start-tunnel.js +++ b/lib/browser-stack/start-tunnel.js @@ -25,9 +25,8 @@ var tunnel = new BrowserStackTunnel({    hosts: hosts  }); - +console.log('Starting tunnel on ports', PORTS.join(', '));  tunnel.start(function(error) { -  console.log('** callback **')    if (error) {      console.error('Can not establish the tunnel', error);    } else { | 
