Skip to content

Commit

Permalink
REVERT: Do not start the server
Browse files Browse the repository at this point in the history
  • Loading branch information
RLovelett committed Dec 12, 2017
1 parent 2b2665f commit 791507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var SafariBrowser = function(baseBrowserDecorator, args, logger) {
var self = this;

log.debug(url);
self._execCommand(self._getCommand(), self._getOptions(url));
// self._execCommand(self._getCommand(), self._getOptions(url));
ping(config, 100, function() {
self.driver = wd.remote(config, 'promiseChain');
self.browser = self.driver.init({});
Expand Down

0 comments on commit 791507a

Please sign in to comment.