C#: Remove incorrect log message from DependabotProxy

This commit is contained in:
Michael B. Gale
2025-01-10 11:35:14 +00:00
parent 303b11ec36
commit f78c6e0924

View File

@@ -52,8 +52,6 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
if (!string.IsNullOrWhiteSpace(cert))
{
logger.LogInfo("No certificate configured for Dependabot proxy.");
var certDirPath = new DirectoryInfo(Path.Join(tempWorkingDirectory.DirInfo.FullName, ".dependabot-proxy"));
Directory.CreateDirectory(certDirPath.FullName);