Skip to content

Commit

Permalink
Remove statement from logs
Browse files Browse the repository at this point in the history
ARKADE-228
  • Loading branch information
jtellnes committed Apr 27, 2018
1 parent 1f95867 commit 182dab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Arkivverket.Arkade/Logging/TestSessionXmlGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public void GenerateXmlAndSaveToFile(TestSession testSession)
string pathToLogFile = testSession.Archive.WorkingDirectory.RepositoryOperations()
.WithFile(ArkadeConstants.ArkadeXmlLogFileName)
.FullName;
_log.Information("Writing xml log file to {LogFile}", pathToLogFile);

testSessionLog log = GetTestSessionLog(testSession);
FileStream fs = new FileStream(pathToLogFile, FileMode.Create);
Expand Down

0 comments on commit 182dab0

Please sign in to comment.