diff --git a/clan_stats.php b/clan_stats.php index ca86c8c..5c5a10c 100644 --- a/clan_stats.php +++ b/clan_stats.php @@ -17,7 +17,6 @@ $clanInfoPath = './data/claninfo.json'; $clanmembersfile = './config/clanmembers.json'; $clanmembers = json_decode(file_get_contents($clanmembersfile), true); - print_r($clanmembers); if (file_exists($clanInfoPath)) { $clan = json_decode(file_get_contents($clanInfoPath), true); if (isset($clan) && !empty($clan)) {