Removed debugging

This commit is contained in:
snipe 2020-11-12 15:14:56 -08:00
parent c8572deb5c
commit 5ea9c31eab

View file

@ -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)) &&