mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed log
This commit is contained in:
parent
fa0c58e42a
commit
20a3b556bb
|
@ -199,7 +199,6 @@ class Asset extends Depreciable
|
||||||
|
|
||||||
if ($this->save()) {
|
if ($this->save()) {
|
||||||
$this->logCheckout($note, $target);
|
$this->logCheckout($note, $target);
|
||||||
\Log::debug('Increment the checkout count for asset: '.$this->id);
|
|
||||||
$this->increment('checkout_counter', 1);
|
$this->increment('checkout_counter', 1);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue