summaryrefslogtreecommitdiff
path: root/pages/stats.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/stats.inc')
-rw-r--r--pages/stats.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/pages/stats.inc b/pages/stats.inc
index 510c317..1b0fe31 100644
--- a/pages/stats.inc
+++ b/pages/stats.inc
@@ -196,9 +196,6 @@ $switchesCloudburst = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] .
$frontersMonthMembers[$key][$month] = $frontersMonthRectified[$month][$key] ?? [
"duration" => 0
];
- /*$frontersMonthMembers[$key][$month] = array_map(function ($i) {
- return $i["duration"];
- }, $frontersMonthMembers[$key][$month]);*/
}
}