From bab3a766f15650687d3d86e8314422ea19d637cb Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sat, 19 Nov 2022 21:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20Debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Host.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Models/Host.php b/app/Models/Host.php index d942261..ad6e9a7 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -157,11 +157,6 @@ public function cost($price = null, $auto = true): bool } } - - Log::debug('Host Cost', [ - 'real_price' => $real_price, - ]); - if ($real_price == 0) { return true; }