Skip to content

Commit d3e5437

Browse files
committed
removing unneccessary print
1 parent cdc3cf2 commit d3e5437

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/report/report.go

-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package report
33
import (
44
"encoding/csv"
55
"encoding/json"
6-
"fmt"
76
"os"
87
"strconv"
98
)
@@ -99,9 +98,6 @@ func AddRecordToJSONFile(orgName string, repoName string, workflowName string, a
9998
panic(err)
10099
}
101100

102-
// Print the records array
103-
fmt.Println(records)
104-
105101
// Create a new record
106102
record := map[string]string{
107103
"Repository": repoName,

0 commit comments

Comments
 (0)