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
-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)) {