Remove error status log
This commit is contained in:
parent
3273f667dc
commit
0dc1e6e9c4
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user