File tree 4 files changed +0
-4
lines changed
java/client/src/org/openqa/selenium/devtools
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ protected ConsoleEvent toConsoleEvent(ConsoleAPICalled event) {
70
70
.map (obj -> new RemoteObject (
71
71
obj .getType ().toString (),
72
72
obj .getValue ().orElse (null )))
73
- .map (obj -> (Object ) obj )
74
73
.collect (ImmutableList .toImmutableList ());
75
74
76
75
return new ConsoleEvent (
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ protected ConsoleEvent toConsoleEvent(ConsoleAPICalled event) {
70
70
.map (obj -> new RemoteObject (
71
71
obj .getType ().toString (),
72
72
obj .getValue ().orElse (null )))
73
- .map (obj -> (Object ) obj )
74
73
.collect (ImmutableList .toImmutableList ());
75
74
76
75
return new ConsoleEvent (
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ protected ConsoleEvent toConsoleEvent(ConsoleAPICalled event) {
71
71
.map (obj -> new RemoteObject (
72
72
obj .getType ().toString (),
73
73
obj .getValue ().orElse (null )))
74
- .map (obj -> (Object ) obj )
75
74
.collect (ImmutableList .toImmutableList ());
76
75
77
76
return new ConsoleEvent (
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ protected ConsoleEvent toConsoleEvent(ConsoleAPICalled event) {
70
70
.map (obj -> new RemoteObject (
71
71
obj .getType ().toString (),
72
72
obj .getValue ().orElse (null )))
73
- .map (obj -> (Object ) obj )
74
73
.collect (ImmutableList .toImmutableList ());
75
74
76
75
return new ConsoleEvent (
You can’t perform that action at this time.
0 commit comments