소스 검색

Minor - debug deleted

Julio Montoya 15 년 전
부모
커밋
f23e5f0d32
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 {