Skip to content

Commit 283376e

Browse files
committed
Remove commented code
1 parent 8e50068 commit 283376e

File tree

1 file changed

+0
-5
lines changed
  • dotnet/src/webdriver/BiDi/Communication

1 file changed

+0
-5
lines changed

dotnet/src/webdriver/BiDi/Communication/Broker.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ internal Broker(BiDi bidi, Uri url)
5757
{
5858
_bidi = bidi;
5959
_transport = new WebSocketTransport(url);
60-
61-
//_jsonSerializerOptions = CreateOptions();
62-
63-
//// Add base BiDi generated context resolver; keep options mutable for module contexts
64-
//_jsonSerializerOptions.TypeInfoResolverChain.Add(BiDiJsonSerializerContext.Default);
6560
}
6661

6762
public JsonSerializerOptions CreateOptions()

0 commit comments

Comments
 (0)