diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index 8a62ae6..e6223e3 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -23,7 +23,6 @@ class Storage public function __construct(array $user_config = []) { - dump($user_config); die; $this->config_storage = $user_config; }