Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoene committed Feb 25, 2014
1 parent 020bf67 commit c108272
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func submit() (err error) {

if *percentiles != "" {
pcts := strings.Split(*percentiles, ",")
log.Info("pctiles: %+v", pcts)
for _, pct := range pcts {
pctf, err := strconv.ParseFloat(pct, 64)
if err != nil {
Expand Down Expand Up @@ -311,8 +310,6 @@ func main() {
getEnv(libratoSource, "LIBRATO_SOURCE")
}

log.Info("user: %s, token: %s, source: %s", *libratoUser, *libratoToken, *libratoSource)

go listen()
monitor()
}
Expand Down

0 comments on commit c108272

Please sign in to comment.