diff --git a/app/Models/Asset.php b/app/Models/Asset.php index 3198ff36f9..6a4398b2e3 100644 --- a/app/Models/Asset.php +++ b/app/Models/Asset.php @@ -199,7 +199,6 @@ class Asset extends Depreciable if ($this->save()) { $this->logCheckout($note, $target); - \Log::debug('Increment the checkout count for asset: '.$this->id); $this->increment('checkout_counter', 1); return true; }