Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
vjsamuel committed Jun 22, 2020
1 parent abbd66b commit e72dcbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filebeat/autodiscover/builder/hints/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ func (l *logHints) getInputs(hints common.MapStr) []common.MapStr {
modules := builder.GetHintsAsList(hints, l.config.Key)
var output []common.MapStr

fmt.Println(hints, modules)
for _, mod := range modules {
output = append(output, common.MapStr{
l.config.Key: mod,
Expand Down

0 comments on commit e72dcbe

Please sign in to comment.