Skip to content

Commit 2a41d42

Browse files
AMaini503Aayush Maini
andauthored
Remove test trace (#1422)
Co-authored-by: Aayush Maini <aamaini@microsoft.com>
1 parent c2f96db commit 2a41d42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.ComponentDetection.Detectors/go/Parsers/GoModParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ private void TryRegisterDependencyFromModLine(IComponentStream file, string line
113113
return;
114114
}
115115

116-
this.logger.LogError("Registering {GoComponent} from {Location}", goComponent.Name, file.Location);
117116
singleFileComponentRecorder.RegisterUsage(new DetectedComponent(goComponent));
118117
}
119118
else

0 commit comments

Comments
 (0)