Remove unused variable.

This commit is contained in:
Michael Stenta 2020-02-26 10:19:42 -05:00
parent 41758a29d2
commit 14b72d7930
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ function farm_metrics_info() {
'weight' => 0,
);
foreach ($metrics as $key => $metric) {
$label = $metric['label'];
$metrics[$key] = array_merge($defaults, $metric);
}