Skip to content

Commit

Permalink
Remove print call in cassandra plugin (influxdata#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
YKlausz authored and sparrc committed Dec 21, 2016
1 parent 37bc9cf commit fd1feff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/inputs/cassandra/cassandra.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ func (c *Cassandra) Gather(acc telegraf.Accumulator) error {
requestUrl.User = url.UserPassword(serverTokens["user"],
serverTokens["passwd"])
}
fmt.Printf("host %s url %s\n", serverTokens["host"], requestUrl)

out, err := c.getAttr(requestUrl)
if out["status"] != 200.0 {
Expand Down

0 comments on commit fd1feff

Please sign in to comment.