Skip to content

Commit

Permalink
cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan O'Brien committed Apr 22, 2021
1 parent 4117811 commit 09a4a32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion comments/comments.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func BuildFlagComment(buildComment FlagComments, flagsRef FlagsRef, existingComm
}

postedComments = postedComments + "\n comment hash: " + hex.EncodeToString(hash[:])
fmt.Println(postedComments)
return postedComments
}

Expand Down
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func getFlags(config *lcr.Config) (ldapi.FeatureFlags, []string, error) {
}
}
url := config.LdInstance + "/api/v2/flags/" + config.LdProject + "?" + envString + "&summary=0"
fmt.Println(url)
client := &http.Client{}
req, err := http.NewRequest("GET", url, nil)

Expand Down

0 comments on commit 09a4a32

Please sign in to comment.