浏览代码

Delete test exit in Core\Config

Visman 5 年之前
父节点
当前提交
1a4844c508
共有 1 个文件被更改,包括 0 次插入3 次删除
  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->configWhitespace = $matches[1][0];
 
-
-            exit(var_dump($this->getArray()));
-
             return;
         }