1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

MDL-26677 repositories - clean one debugging var_dump()

This commit is contained in:
Eloy Lafuente (stronk7) 2011-06-23 02:04:30 +02:00
parent 39354db055
commit 5973f0b53d

@ -66,7 +66,6 @@ if (!empty($edit) || !empty($new)) {
if ($edit) {
$settings = array();
$settings['name'] = $fromform->name;
var_dump($fromform);
if (!$instance->readonly) {
foreach($configs as $config) {
if (isset($fromform->$config)) {