Skip to content

Commit

Permalink
Merge pull request #52 from polidog/fix/remove-dump
Browse files Browse the repository at this point in the history
dump関数がコールされてたので削除
  • Loading branch information
Kiyotaka Oku authored Jul 28, 2020
2 parents 1ff7904 + a1ce757 commit 3489df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/Admin/OAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public function create(Request $request)

return $this->redirectToRoute('admin_api_oauth');
} catch (Exception $e) {
dump($e);
$this->addError(trans('admin.common.save_error'), 'admin');
log_error('OAuth2 Client 登録エラー', [$e->getMessage()]);
}
Expand Down

0 comments on commit 3489df4

Please sign in to comment.