mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore: adds comment out why the code was added
This commit is contained in:
parent
3c9357a2e9
commit
f29f83ca75
@ -122,6 +122,7 @@ function joinEvalMatches(matches, separator: string) {
|
||||
res.push(ev.metric + '=' + ev.value);
|
||||
}
|
||||
|
||||
// For backwards compatibility . Should be be able to remove this after ~2017-06-01
|
||||
if (ev.Metric !== undefined && ev.Value !== undefined) {
|
||||
res.push(ev.Metric + '=' + ev.Value);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user