Skip to content

Commit bb47635

Browse files
committed
Reverting ICommandExecutor change for RemoteWebDriver
Follow-on of previous commit. Change was inadvertently omitted from previous change list.
1 parent 217c436 commit bb47635

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dotnet/src/webdriver/Remote/RemoteWebDriver.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,11 +1091,6 @@ protected virtual void Dispose(bool disposing)
10911091
}
10921092
finally
10931093
{
1094-
if (this.CommandExecutor != null)
1095-
{
1096-
this.CommandExecutor.Dispose();
1097-
}
1098-
10991094
this.StopClient();
11001095
this.sessionId = null;
11011096
}

0 commit comments

Comments
 (0)