From 0dc1e6e9c4b1854dc1344af408c1ec6c1d5f1744 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 4 Jan 2018 23:16:52 -0600 Subject: [PATCH] Remove error status log --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 5a848287..c182147b 100755 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -105,7 +105,7 @@ class Handler extends ExceptionHandler __DIR__ . '/views', ]); - Log::info('error status '. $status); + #Log::info('error status '. $status); if (view()->exists("errors::{$status}")) { #if (view()->exists('layouts' . config('phpvms.skin') .'.errors.' .$status)) {