]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: clean_param() fixed a leftover debugging statement - x2
authormartinlanghoff <martinlanghoff>
Thu, 18 Jan 2007 02:31:42 +0000 (02:31 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 18 Jan 2007 02:31:42 +0000 (02:31 +0000)
lib/moodlelib.php

index c285c7a0788fade7ae356cd18326795c2a6a573d..eeb1c0b0f2922a989418d9c770d3a9fb1df82453 100644 (file)
@@ -537,7 +537,6 @@ function clean_param($param, $type) {
                         return '';
                     }
                 }
-error_log(2);
                 return implode("\n",$lines);
             } else {
                 return '';