Skip to content

Commit f78c6e0

Browse files
committed
C#: Remove incorrect log message from DependabotProxy
1 parent 303b11e commit f78c6e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependabotProxy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public class DependabotProxy : IDisposable
5252

5353
if (!string.IsNullOrWhiteSpace(cert))
5454
{
55-
logger.LogInfo("No certificate configured for Dependabot proxy.");
56-
5755
var certDirPath = new DirectoryInfo(Path.Join(tempWorkingDirectory.DirInfo.FullName, ".dependabot-proxy"));
5856
Directory.CreateDirectory(certDirPath.FullName);
5957

0 commit comments

Comments
 (0)