Skip to content

Commit

Permalink
remove printf in updated unit test function
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
  • Loading branch information
mrutkows committed Jun 14, 2024
1 parent b651f61 commit dfaa607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion identifier/identifier_spdx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func Test_identifyLicensesInSPDXTestDataDirectory(t *testing.T) {
result := result
t.Run(result.File, func(t *testing.T) {
t.Parallel()
fmt.Printf("result.File: `%v`\n", result.File)
if !strings.Contains(result.File, "/invalid/") {
wantLicenseID := strings.TrimSuffix(path.Base(result.File), ".txt")
wantLicenseID = strings.TrimPrefix(wantLicenseID, "deprecated_")
Expand Down

0 comments on commit dfaa607

Please sign in to comment.