From 1ef6e4bb22935ffc3831ec2a9cb7652aa3ef1b00 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 2 Apr 2019 15:35:11 -0500 Subject: [PATCH] moon rental fix --- app/Console/Commands/moonmailer.php | 2 -- 1 file changed, 2 deletions(-) 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);