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; }