From f6dc82a7d668c941584c18bf716c804eaec148a0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 24 Feb 2017 15:25:58 +0000 Subject: [PATCH] Proper test --- app/Http/Controllers/MicropubClientController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/MicropubClientController.php b/app/Http/Controllers/MicropubClientController.php index 0e494db1..d93612f9 100644 --- a/app/Http/Controllers/MicropubClientController.php +++ b/app/Http/Controllers/MicropubClientController.php @@ -108,7 +108,6 @@ class MicropubClientController extends Controller } $body = (string) $response->getBody(); $syndication = $this->parseSyndicationTargets($body); - print_r($syndication); die(); $request->session()->put('syndication', $syndication);