From 5234c405905caceb523f081e70b48c9c5b58330b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 10 Aug 2016 12:44:49 +0100 Subject: [PATCH] Remove dump and die call --- app/Http/Controllers/SubscribeController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/SubscribeController.php b/app/Http/Controllers/SubscribeController.php index f2ce15ca..953f7757 100644 --- a/app/Http/Controllers/SubscribeController.php +++ b/app/Http/Controllers/SubscribeController.php @@ -185,8 +185,6 @@ class SubscribeController extends Controller try { dispatch(new UpdateSubscriberSubscriptionCommand($subscriber, Binput::get('subscriptions'))); } catch (ValidationException $e) { - dd($e->getMessageBag()); - return Redirect::route('subscribe.manage', $subscriber->verify_code) ->withInput(Binput::all()) ->withTitle(sprintf('%s %s', trans('dashboard.notifications.whoops'), trans('cachet.subscriber.email.failure')))