Skip to content

Commit 6dae6c1

Browse files
committed
firefox: Don't log inability to load native events (there are many other ways to get this info).
I hope this can fix the issue #654
1 parent 58735c4 commit 6dae6c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

javascript/firefox-driver/js/utils.js

-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ Utils.getNativeComponent = function(componentId, componentInterface) {
150150
var obj = Components.classes[componentId].createInstance();
151151
return obj.QueryInterface(componentInterface);
152152
} catch (e) {
153-
goog.log.warning(Utils.LOG_,
154-
'Unable to find native component: ' + componentId,
155-
e);
156153
// Unable to retrieve native events. No biggie, because we fall back to
157154
// synthesis later
158155
return undefined;

0 commit comments

Comments
 (0)