From f23e5f0d329d6c28beba0514ced6be37f0783545 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 7 Jan 2010 17:33:43 -0500 Subject: [PATCH] Minor - debug deleted --- main/exercice/exercice_submit.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/exercice/exercice_submit.php b/main/exercice/exercice_submit.php index 616116cd3f..a003368834 100755 --- a/main/exercice/exercice_submit.php +++ b/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 '
'; exercise_attempt($questionScore, $ans, $quesId, $exeId, $i); } } else {