Skip to content

Commit

Permalink
JasonLeyba: goog.require statement cleanup.
Browse files Browse the repository at this point in the history
r18269
  • Loading branch information
jleyba committed Dec 6, 2012
1 parent 691e709 commit 61c6aef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/safari-driver/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
goog.provide('safaridriver.console');

goog.require('goog.debug.LogManager');
goog.require('goog.debug.Logger.Level');
goog.require('goog.debug.Logger');
goog.require('goog.debug.TextFormatter');


Expand Down
1 change: 0 additions & 1 deletion javascript/safari-driver/message/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ goog.provide('safaridriver.message.Message');
goog.require('bot.json');
goog.require('goog.asserts');
goog.require('goog.debug.Logger');
goog.require('safaridriver.Command');


/**
Expand Down

0 comments on commit 61c6aef

Please sign in to comment.