Ver Fonte

Minor - debug deleted

Julio Montoya há 15 anos atrás
pai
commit
f23e5f0d32
1 ficheiros alterados com 0 adições e 2 exclusões
  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 {