Remove print call in cassandra plugin (#2192)

This commit is contained in:
YKlausz 2016-12-21 18:23:54 +01:00 committed by Cameron Sparr
parent e16072876d
commit fb225d69f8
1 changed files with 0 additions and 1 deletions

View File

@ -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 {