mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Removed debugging
This commit is contained in:
parent
c8572deb5c
commit
5ea9c31eab
|
@ -244,7 +244,6 @@ class Asset extends Depreciable
|
||||||
*/
|
*/
|
||||||
public function availableForCheckout()
|
public function availableForCheckout()
|
||||||
{
|
{
|
||||||
\Log::debug($this->assetstatus);
|
|
||||||
if (
|
if (
|
||||||
((!$this->assignedTo) && ($this->assetstatus->archived == 0)) ||
|
((!$this->assignedTo) && ($this->assetstatus->archived == 0)) ||
|
||||||
((empty($this->assigned_to)) &&
|
((empty($this->assigned_to)) &&
|
||||||
|
|
Loading…
Reference in a new issue