From 20a3b556bb8ee46ad657cd2243fb32457707eae9 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 21 May 2018 14:33:10 -0700 Subject: [PATCH] Removed log --- app/Models/Asset.php | 1 - 1 file changed, 1 deletion(-) 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; }