From 0dcefe05f8127ebdb273f885d75ce12bc99351b1 Mon Sep 17 00:00:00 2001
From: wandoubaba <wandoubaba517@gmail.com>
Date: Wed, 18 Oct 2023 17:09:10 +0800
Subject: [PATCH] index

---
 app/controller/IndexController.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app/controller/IndexController.php b/app/controller/IndexController.php
index 7da06ec..ec333de 100644
--- a/app/controller/IndexController.php
+++ b/app/controller/IndexController.php
@@ -12,11 +12,8 @@ class IndexController
 {
     public function index(Request $request)
     {
-        // var_dump(eval("return " . env('MAX_PACKAGE_SIZE', 10 * 1024 * 1024) . ";"));
-        // throw new Exception(config('redis.default.password') ?: 'null', 999);
         $res = new Res();
         $res->setData([env('LOG_MAX_FILES_DEBUG') ?: env('LOG_MAX_FIlES') ?: 7]);
-        Log::channel('error')->error('错了');
         return json($res);
     }