Removed log

This commit is contained in:
snipe 2018-05-21 14:33:10 -07:00
parent fa0c58e42a
commit 20a3b556bb

View file

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