Remove debugging code

This commit is contained in:
Amine Ben hammou
2019-01-29 18:03:26 +01:00
parent f83b7453fc
commit f1c7e48176
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,6 @@ class Setup extends APIEndpoint {
$this->wp->doAction('mailpoet_setup_reset');
return $this->successResponse();
} catch(\Exception $e) {
dd($e->getMessage());
return $this->errorResponse(array(
$e->getCode() => $e->getMessage()
));