MDL-26677 repositories - clean one debugging var_dump()

This commit is contained in:
Eloy Lafuente (stronk7)
2011-06-23 02:06:16 +02:00
parent 177f14d6f6
commit cf93662ffe
-1
View File
@@ -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)) {