Remove error status log

This commit is contained in:
Nabeel Shahzad 2018-01-04 23:16:52 -06:00
parent 3273f667dc
commit 0dc1e6e9c4

View File

@ -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)) {