Skip to content

Commit

Permalink
Get the JS tests working again
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 26, 2018
1 parent eefb8d0 commit 8baeb39
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions javascript/webdriver/logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,13 @@
goog.module('webdriver.logging');
goog.module.declareLegacyNamespace();

var googDebug = goog.require('goog.debug');
var LogManager = goog.require('goog.debug.LogManager');
var LogRecord = goog.require('goog.debug.LogRecord');
var Logger = goog.require('goog.debug.Logger');
var googString = goog.require('goog.string');


var LogManager = googDebug.LogManager;
var LogRecord = googDebug.LogRecord;
var Logger = googDebug.Logger;
var padNumber = googString.padNumber;


/** @const */
exports.LogRecord = LogRecord;

Expand Down

0 comments on commit 8baeb39

Please sign in to comment.