From 24d8959aaffb6377ce7881f24d594b6110af3107 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 30 Mar 2023 23:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command.php b/Command.php index 336f419..1d4ae2a 100644 --- a/Command.php +++ b/Command.php @@ -118,7 +118,7 @@ class Command extends Component $result = $type !== static::EXECUTE ? $this->search($type) : $this->_execute(); - $this->longExecuteTime($time); +// $this->longExecuteTime($time); return $result; }