Skip to content

Commit

Permalink
Removes print
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Aug 17, 2023
1 parent 0932188 commit adeb29b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ func (r *routerInstance) writeFacts(c *gin.Context) {
return
}

fmt.Println(details)

//let's force our facts to get pushed to the right place
lid, err := strconv.ParseInt(namespace.EnvironmentId, 10, 32)
if err != nil {
Expand Down

0 comments on commit adeb29b

Please sign in to comment.