diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index 732d041..4bef5ca 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -24,8 +24,6 @@ class Storage { $config = $this->config_storage[$storage_name]; - dump($config); die; - switch ($config['type']) { case 's3': return (new S3Storage($storage_name, $config));