Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
manos committed Jul 20, 2017
1 parent 431d99c commit 04e216a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func sendToMysql(res *Response) error {
if err != nil {
panic(err.Error())
}
fmt.Println(hour.Starttime.Time, hour.Uptime, hour.Avgresponse, hour.Downtime)
// fmt.Println(hour.Starttime.Time, hour.Uptime, hour.Avgresponse, hour.Downtime)
}
return nil
}
Expand Down

0 comments on commit 04e216a

Please sign in to comment.