Skip to content

Commit

Permalink
firefox: Don't log inability to load native events (there are many ot…
Browse files Browse the repository at this point in the history
…her ways to get this info).

I hope this can fix the issue SeleniumHQ#654
  • Loading branch information
barancev committed Jun 19, 2015
1 parent 58735c4 commit 6dae6c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions javascript/firefox-driver/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ Utils.getNativeComponent = function(componentId, componentInterface) {
var obj = Components.classes[componentId].createInstance();
return obj.QueryInterface(componentInterface);
} catch (e) {
goog.log.warning(Utils.LOG_,
'Unable to find native component: ' + componentId,
e);
// Unable to retrieve native events. No biggie, because we fall back to
// synthesis later
return undefined;
Expand Down

0 comments on commit 6dae6c1

Please sign in to comment.