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