Skip to content

Commit 00f3d98

Browse files
Remove comment, opened issue instead
1 parent 8e8ef06 commit 00f3d98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/src/webdriver/WebDriver.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ public PrintDocument Print(PrintOptions printOptions)
385385
{
386386
if (printOptions is null)
387387
{
388-
// TODO the interface names this parameter 'options', but we will be throwing for 'printOptions'. Confusion for users?
389388
throw new ArgumentNullException(nameof(printOptions));
390389
}
391390

0 commit comments

Comments
 (0)