Skip to content

Commit

Permalink
Silence debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Apr 25, 2021
1 parent 787d2e7 commit ca9f4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AltCover.Engine/Tasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,12 @@ type ContingentCopy() =
then Visitor.I.getRelativePath self.ProjectDir self.RelativeDir
else self.RelativeDir

base.Log.LogMessage(MessageImportance.High, sprintf "Actual Relative dir %A" relativeDir)
// base.Log.LogMessage(MessageImportance.High, sprintf "Actual Relative dir %A" relativeDir)

if (self.CopyToOutputDirectory = "Always"
|| self.CopyToOutputDirectory = "PreserveNewest")
&& (relativeDir |> Path.IsPathRooted |> not)
// && (relativeDir.StartsWith(".." + Path.DirectorySeparatorChar.ToString(), StringComparison.Ordinal) |> not)
// && (relativeDir.StartsWith(".." + Path.DirectorySeparatorChar.ToString(), StringComparison.Ordinal) |> not)
&& (relativeDir
|> String.IsNullOrWhiteSpace
|> not)
Expand Down

0 comments on commit ca9f4bf

Please sign in to comment.