From d9e318c2168865d2063adaa0a24650dc85492a2b Mon Sep 17 00:00:00 2001 From: judemont Date: Fri, 26 Jul 2024 17:11:32 +0200 Subject: [PATCH] attt --- api/getComments.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/getComments.php b/api/getComments.php index 1c97b32..8e3962a 100644 --- a/api/getComments.php +++ b/api/getComments.php @@ -10,5 +10,4 @@ $teacherId = $db->escapeStrings($_POST['teacherID']); $comments = $db->select("SELECT * FROM gargameleaks_comments WHERE teacher_ID = '$teacherId'"); -print_r($comments); echo json_encode($comments);