Browse Source

Minor - Remove var_dump

Angel Fernando Quiroz Campos 7 years ago
parent
commit
d6443625c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/exercise/exercise_report.php

+ 1 - 1
main/exercise/exercise_report.php

@@ -170,7 +170,7 @@ if (isset($_REQUEST['comments']) &&
     } else {
         $array_content_id_exe = $post_content_id;
     }
-var_dump($_POST, $array_content_id_exe);
+
     for ($i = 0; $i < $loop_in_track; $i++) {
         $my_marks = isset($_POST['marks_'.$array_content_id_exe[$i]]) ? $_POST['marks_'.$array_content_id_exe[$i]] : '';