Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(driverProviders): fix an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Oct 11, 2014
1 parent 239ba96 commit 1e03e77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/driverProviders/direct.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
* it down, and setting up the driver correctly.
*/

var util = require('util'),
webdriver = require('selenium-webdriver'),
var webdriver = require('selenium-webdriver'),
chrome = require('selenium-webdriver/chrome'),
firefox = require('selenium-webdriver/firefox'),
q = require('q'),
Expand Down

0 comments on commit 1e03e77

Please sign in to comment.