Skip to content

Commit c958166

Browse files
committed
Cleanup
1 parent 33dc218 commit c958166

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Detector/DotNetCore/ProjectFileProviders/ExplicitProjectFileProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ public string GetRelativePathToProjectFile(DetectorContext context)
4343
if (context.SourceRepo.FileExists(projectFile))
4444
{
4545
this.logger.LogDebug($"Using the given .NET Core project file to build.");
46-
Console.WriteLine("Using the given .NET Core project file to build.");
4746
}
4847
else
4948
{
5049
if (!this.IsValidDotNetProjectFile(projectFileWithRelativePath))
5150
{
5251
this.logger.LogDebug(
5352
$"The PROJECT variable doesn't specify a valid .NET project file (.csproj or .fsproj).");
54-
Console.WriteLine("PROJECT variable doesn't specify a valid .NET project file (.csproj or .fsproj).");
5553
return null;
5654
}
5755

0 commit comments

Comments
 (0)