Skip to content

Commit

Permalink
Removes extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Nov 16, 2023
1 parent aa04080 commit a29fdd6
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 @@ -52,8 +52,6 @@ func (r *routerInstance) writeProblems(c *gin.Context) {

fmt.Println("Going to write to namespace ", namespace)

//TODO: drop "InsightsType" for Type of the form "direct.fact"/"direct.problem"
//details := &internal.Facts{Type: "direct.problems"}
details := &internal.Problems{Type: "direct.problems"}
problemList := *new([]internal.Problem)

Expand Down

0 comments on commit a29fdd6

Please sign in to comment.