From 3bffebb1ce1f9d6b352212c5a558c73d093e8c6b Mon Sep 17 00:00:00 2001 From: Aayush Maini Date: Thu, 5 Jun 2025 22:56:37 -0700 Subject: [PATCH] Remove test trace --- .../go/Parsers/GoModParser.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.ComponentDetection.Detectors/go/Parsers/GoModParser.cs b/src/Microsoft.ComponentDetection.Detectors/go/Parsers/GoModParser.cs index 499acec51..689666cc4 100644 --- a/src/Microsoft.ComponentDetection.Detectors/go/Parsers/GoModParser.cs +++ b/src/Microsoft.ComponentDetection.Detectors/go/Parsers/GoModParser.cs @@ -113,7 +113,6 @@ private void TryRegisterDependencyFromModLine(IComponentStream file, string line return; } - this.logger.LogError("Registering {GoComponent} from {Location}", goComponent.Name, file.Location); singleFileComponentRecorder.RegisterUsage(new DetectedComponent(goComponent)); } else