Skip to content

Commit 02cdee5

Browse files
author
Aayush Maini
committed
CR: Remove unecessary log
1 parent 1e4c1c9 commit 02cdee5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Microsoft.ComponentDetection.Detectors/rust/RustSbomDetector.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ protected override async Task OnFileFoundAsync(
252252
var normDirectory = this.pathUtilityService.NormalizePath(directory);
253253
var fileName = Path.GetFileName(location);
254254

255-
this.Logger.LogDebug("Processing file: {Location}", normLocation);
256-
257255
// Determine file kind
258256
FileKind fileKind;
259257
if (fileName.Equals(CargoTomlFileName, this.pathComparison))

0 commit comments

Comments
 (0)