mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed log
This commit is contained in:
parent
fa0c58e42a
commit
20a3b556bb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue