From 405d854c0116262be3550fad0d5b44a1a65e91ff Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Wed, 20 Feb 2019 12:33:24 +0100 Subject: [PATCH] debug --- StorageBundle/Storage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index 4e6ed8f..3da7140 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -15,7 +15,6 @@ class Storage public function __construct(array $user_config = []) { $this->user_config = $user_config; - dump($this->user_config); die; } public function get($storage_name)