diff --git a/htdocs/student/matchs.php b/htdocs/student/matchs.php
index fab42160b1301d9dc01d376f1925330c5555c8d2..71078b80143b0a0113957549518a88c2846301a4 100644
--- a/htdocs/student/matchs.php
+++ b/htdocs/student/matchs.php
@@ -93,16 +93,6 @@ include("/opt/lampp/htdocs/pima/head.php");
                                     </form>
                                 </p>
                                 <?php
-                                /*if (isset($_POST['match1'])){
-                                    $firstname = $_POST['firstname'];
-                                    $name = $_POST['name'];
-                                    $type = "Student";
-                                    $mail = $_POST['mail'];
-                                    $mdp = $_POST['mdp'];
-
-                                    $sql = "INSERT INTO users(student, teacher, dispo, subject, accepted) values (?, ?, ?, ?, ?, ?)";
-                                    $bdd->prepare($sql)->execute([$firstname,$name,$type,$mail,$mdp]);
-                                }*/
                             }
                         }
                     }