mnet: clean_param() fixed a leftover debugging statement - x2

This commit is contained in:
martinlanghoff 2007-01-18 02:31:42 +00:00
parent f543c0c392
commit 8d13ed1414

View File

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