"MDL-18886, remove firephp debugging code"

This commit is contained in:
dongsheng
2009-04-17 08:05:49 +00:00
parent b81ebefd70
commit f882cf0497
-1
View File
@@ -1489,7 +1489,6 @@ abstract class repository {
if (isset($value['children'])) {
$pass = true;
if (!empty($value['children'])) {
echo_fb($value);
$value['children'] = array_filter($value['children'], array($this, 'filter'));
}
} else {