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);