Remove unnecessary var_dump() in install controller

https://xetown.com/questions/1496904
This commit is contained in:
Kijin Sung 2020-12-26 17:08:34 +09:00
parent b25933380f
commit 3dc27f37b7

View file

@ -233,7 +233,6 @@ class installController extends install
catch(Exception $e) catch(Exception $e)
{ {
$oDB->rollback(); $oDB->rollback();
var_dump($e);exit;
throw new Rhymix\Framework\Exception($e->getMessage()); throw new Rhymix\Framework\Exception($e->getMessage());
} }