Skip to content

Commit 222f4ca

Browse files
committed
Clean docs
1 parent 28cf415 commit 222f4ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/src/webdriver/Firefox/FirefoxDriverService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ protected override void OnDriverProcessStarting(DriverProcessStartingEventArgs e
250250
/// </summary>
251251
/// <param name="sender">The sender of the event.</param>
252252
/// <param name="args">The data received event arguments.</param>
253-
/// <param name="isError">A value indicating whether the data received is from the error stream.</param>
254253
protected override void OnDriverProcessDataReceived(object sender, DataReceivedEventArgs args)
255254
{
256255
if (string.IsNullOrEmpty(args.Data))

0 commit comments

Comments
 (0)