From 5b6d354aa9d22a9e1b78c6e4b272f6e08225be79 Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Thu, 21 Feb 2019 13:22:13 +0100 Subject: [PATCH] awesome --- StorageBundle/Storage.php | 1 - 1 file changed, 1 deletion(-) 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; }