mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-13766, remvoe debug code
This commit is contained in:
parent
227dfa4332
commit
9ff495eba9
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user