]> git.mjollnir.org Git - moodle.git/commitdiff
Removed the debugging statement
authormoodler <moodler>
Mon, 16 Feb 2004 06:06:26 +0000 (06:06 +0000)
committermoodler <moodler>
Mon, 16 Feb 2004 06:06:26 +0000 (06:06 +0000)
mod/lesson/lesson.php

index 465402604573907afb60fc549f3f69c027df1236..ae91e8b32c045e21cb1c92202a61952cd154c394 100644 (file)
@@ -36,7 +36,6 @@
        
     // set up some general variables
     $usehtmleditor = can_use_html_editor();
-    echo "\$usehtmleditor:$usehtmleditor"; 
     
     $navigation = "";
     if ($course->category) {