Compare commits

..

No commits in common. "7210b24aa31f47a55125a7c1f74267313f372559" and "ebe1fa2aa625c9035611bd995539e9d0f87d1e08" have entirely different histories.

View File

@ -94,7 +94,6 @@ class HttpResponse
$response = call_user_func([$controller, $handler[1]]); $response = call_user_func([$controller, $handler[1]]);
} catch (Exception $exception) { } catch (Exception $exception) {
$this->dbConnection->rollback(); $this->dbConnection->rollback();
error_log($exception);
$this->render500($exception); $this->render500($exception);
return; return;
} }