From ce3ec518eaa44c3a143e056874f0e38fb55dc6f7 Mon Sep 17 00:00:00 2001 From: stronk7 <stronk7> Date: Thu, 28 Aug 2003 00:50:51 +0000 Subject: [PATCH] Take out two debugs !! --- mod/quiz/restorelib.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mod/quiz/restorelib.php b/mod/quiz/restorelib.php index 505825a7af..1f2579865f 100644 --- a/mod/quiz/restorelib.php +++ b/mod/quiz/restorelib.php @@ -122,7 +122,6 @@ //else, everything is done by name (old approach). This mantains backward compatibility. if ($quiz_cat->stamp) { - $restored_by = "(STAMP)"; //Debug //STAMP exists, do things using it (1.1) //Check for categories and their properties, storing in temporary variables @@ -188,7 +187,6 @@ } } } else { - $restored_by = "(NAME)"; //Debug //STAMP doesn't exists, do things by name (pre 1.1) //and calculate and insert STAMP too !! @@ -260,7 +258,7 @@ //Do some output if ($status) { - echo "<ul><li>".get_string("category")." \"".$quiz_cat->name."\"".$restored_by."<br>"; + echo "<ul><li>".get_string("category")." \"".$quiz_cat->name."\"<br>"; } else { //We must never arrive here !! echo "<ul><li>".get_string("category")." \"".$quiz_cat->name."\" Error!<br>"; -- 2.39.5