Browse Source

Delete test exit in Core\Config

Visman 5 years ago
parent
commit
1a4844c508
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/Core/Config.php

+ 0 - 3
app/Core/Config.php

@@ -49,9 +49,6 @@ class Config
             $this->configArrPos     = $matches[0][1];
             $this->configArrPos     = $matches[0][1];
             $this->configWhitespace = $matches[1][0];
             $this->configWhitespace = $matches[1][0];
 
 
-
-            exit(var_dump($this->getArray()));
-
             return;
             return;
         }
         }