From e8ef2ddcd5ad5d9ac5d6288277e6cb2e7b8d9153 Mon Sep 17 00:00:00 2001 From: Frank Stutz Date: Tue, 18 Oct 2016 15:57:44 -0700 Subject: [PATCH] removed comment from puppetagent.go --- plugins/inputs/puppetagent/puppetagent.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/inputs/puppetagent/puppetagent.go b/plugins/inputs/puppetagent/puppetagent.go index 565d0509f..7b8f5e747 100644 --- a/plugins/inputs/puppetagent/puppetagent.go +++ b/plugins/inputs/puppetagent/puppetagent.go @@ -68,7 +68,6 @@ type time struct { } type version struct { -// Config int64 `yaml:"config"` Config string `yaml:"config"` Puppet string `yaml:"puppet"` }