Skip to content

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Aug 22, 2018
1 parent b13084e commit 3ace66d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmd/dkron.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func initConfig() {
}
} else {
tags = viper.GetStringMapString("tags")
fmt.Println(tags)
}
tags["dkron_server"] = strconv.FormatBool(config.Server)
tags["dkron_version"] = dkron.Version
Expand Down
2 changes: 0 additions & 2 deletions dkron/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ func ConfigFlagSet() *flag.FlagSet {
cmdFlags.StringSlice("dog-statsd-tags", []string{}, "Datadog tags, specified as key:value")
cmdFlags.String("statsd-addr", "", "Statsd Address")

cmdFlags.StringToString("tags", map[string]string{}, "fufifa")

return cmdFlags
}

Expand Down

0 comments on commit 3ace66d

Please sign in to comment.