Skip to content

Commit

Permalink
removing unneccessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
ssulei7 committed Jul 13, 2023
1 parent cdc3cf2 commit d3e5437
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/report/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package report
import (
"encoding/csv"
"encoding/json"
"fmt"
"os"
"strconv"
)
Expand Down Expand Up @@ -99,9 +98,6 @@ func AddRecordToJSONFile(orgName string, repoName string, workflowName string, a
panic(err)
}

// Print the records array
fmt.Println(records)

// Create a new record
record := map[string]string{
"Repository": repoName,
Expand Down

0 comments on commit d3e5437

Please sign in to comment.