diff --git a/allhighscores.php b/allhighscores.php index e3061fc..d9979ca 100644 --- a/allhighscores.php +++ b/allhighscores.php @@ -37,7 +37,6 @@ if($cid == -1) { ORDER BY "c_score" DESC, u."name" ASC LIMIT $2 OFFSET $3 ', array($cid, $limit, $offset))['data']; - print_r($overview); foreach($overview as $row) { $name = $row['name']; $score = $row['c_score'];