Browse Source

Minor - debug deleted

Julio Montoya 15 years ago
parent
commit
f23e5f0d32
1 changed files with 0 additions and 2 deletions
  1. 0 2
      main/exercice/exercice_submit.php

+ 0 - 2
main/exercice/exercice_submit.php

@@ -657,8 +657,6 @@ if ($formSent) {
 									$reply = array_keys($choice);
 									for ($i = 0; $i < sizeof($reply); $i++) {
 										$ans = $reply[$i];
-										echo ($questionScore.' - '.$ans.' - '. $quesId.' - '. $exeId.' - '. $i);
-										echo '<br />';
 										exercise_attempt($questionScore, $ans, $quesId, $exeId, $i);
 									}
 								} else {