remove dump statement

This commit is contained in:
2017-04-18 22:18:59 +02:00
parent 0fec548ff2
commit 6cdccb1553
3 changed files with 2 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ class Configuration implements ConfigurationInterface
->defaultValue('visible')
->info("If the field $key must be shown")
->end();
//var_dump($node);
return $node;
}
}