Skip to content

Commit 7b56da6

Browse files
committed
Removing unused variable
1 parent cf1cc6f commit 7b56da6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ public void LogsToConsole()
8181
Assert.IsTrue(testLogHandler.Events.Count >= 1);
8282
Assert.IsTrue(testLogHandler.Events.Any(e => e.Message.Contains("geckodriver INFO")));
8383
}
84-
catch (Exception e)
85-
{
86-
// If the test fails, we still want to reset the global log
87-
}
8884
finally
8985
{
9086
ResetGlobalLog();

0 commit comments

Comments
 (0)