Skip to content
Snippets Groups Projects
Commit fd1feff7 authored by YKlausz's avatar YKlausz Committed by Cameron Sparr
Browse files

Remove print call in cassandra plugin (#2192)

parent 37bc9cf7
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment