MDL-13766, remvoe debug code

This commit is contained in:
Dongsheng Cai 2010-05-31 06:58:49 +00:00
parent 227dfa4332
commit 9ff495eba9

View File

@ -668,7 +668,6 @@ abstract class repository {
}
$sql .= ' order by r.sortorder, i.name';
var_dump($sql);
if (!$records = $DB->get_records_sql($sql, $params)) {
$records = array();
}