Fixed the unreachable code bug...
This commit is contained in:
parent
2b47fec26b
commit
60bb6a0acf
|
@ -122,7 +122,6 @@ func (p *Parser) ParseMetrics(buf []byte) ([]telegraf.Metric, error) {
|
|||
}
|
||||
}
|
||||
|
||||
return metrics, nil
|
||||
}
|
||||
|
||||
// Parse performs Graphite parsing of a single line.
|
||||
|
|
Loading…
Reference in New Issue