Skip to content

Commit

Permalink
Do not delete log file
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Dec 9, 2023
1 parent 5be78a2 commit 88d2092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public void TestCleanup()
Log.SetLevel(LogEventLevel.Info)
.Handlers.Clear()
.Handlers.Add(new ConsoleLogHandler());

File.Delete(filePath);
}

// logging is only for internal usage
Expand Down

0 comments on commit 88d2092

Please sign in to comment.