删除 Debug

This commit is contained in:
iVampireSP.com 2022-11-19 21:24:21 +08:00
parent e7fdccd402
commit bab3a766f1
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -157,11 +157,6 @@ public function cost($price = null, $auto = true): bool
} }
} }
Log::debug('Host Cost', [
'real_price' => $real_price,
]);
if ($real_price == 0) { if ($real_price == 0) {
return true; return true;
} }