From 0be72eaea5f73be0bbef4a56c2e2c2185ee7fe9c Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 28 Jun 2015 17:31:55 +0300 Subject: [PATCH] Remove print_r. --- src/Intervention/Image/Commands/PsrResponseCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Intervention/Image/Commands/PsrResponseCommand.php b/src/Intervention/Image/Commands/PsrResponseCommand.php index 1019f2b3..ab47be10 100644 --- a/src/Intervention/Image/Commands/PsrResponseCommand.php +++ b/src/Intervention/Image/Commands/PsrResponseCommand.php @@ -30,7 +30,7 @@ class PsrResponseCommand extends AbstractCommand finfo_open(FILEINFO_MIME_TYPE), $image->getEncoded() ); -print_r($mimetype); + $this->setOutput(new Response( 200, array(