diff --git a/app/Console/Commands/moonmailer.php b/app/Console/Commands/moonmailer.php index 5938e0738..91e348cfb 100644 --- a/app/Console/Commands/moonmailer.php +++ b/app/Console/Commands/moonmailer.php @@ -79,8 +79,6 @@ class MoonMailerCommand extends Command 'Moon' => $rental->Moon, ])->first(); - dd($moon); - //Get the updated price for the moon $price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity, $moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);