Skip to content

Commit 88fb5ee

Browse files
committed
remove debugging
1 parent 057eb53 commit 88fb5ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webroot/panel/new_account.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
$pending_requests = $SQL->getRequestsByUser($USER->getUID());
1414

1515
if ($_SERVER["REQUEST_METHOD"] == "POST") {
16-
echo json_encode($_POST);
1716
if (isset($_POST["new_user_sel"])) {
1817
if (($_POST["eula"] ?? "disagree") != "agree") {
1918
UnitySite::badRequest("user did not agree to EULA");

0 commit comments

Comments
 (0)