mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Remove unnecessary var_dump() in install controller
https://xetown.com/questions/1496904
This commit is contained in:
parent
b25933380f
commit
3dc27f37b7
1 changed files with 0 additions and 1 deletions
|
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue